diff options
author | Zach Copley <zach@status.net> | 2009-10-08 15:59:00 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-10-08 15:59:00 -0700 |
commit | ada84698f2e82c1c659d872dea0c4545ef93509a (patch) | |
tree | 60a89680a8d1e6bc40acaec42e42e0613edcc2c9 /lib | |
parent | 62059fec832014411f604d9cc669b7d3201a60d5 (diff) |
New action for test/help API method
Diffstat (limited to 'lib')
-rw-r--r-- | lib/router.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/router.php b/lib/router.php index 3c50fb25e..cf5c06b26 100644 --- a/lib/router.php +++ b/lib/router.php @@ -480,9 +480,9 @@ class Router // help - $m->connect('api/help/:method', - array('action' => 'api', - 'apiaction' => 'help')); + $m->connect('api/help/test.:format', + array('action' => 'ApiHelpTest', + 'format' => '(xml|json)')); // statusnet |