forked from GNUsocial/gnu-social
New action for test/help API method
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user