Add missing rule for /api/users/show.:format
This commit is contained in:
parent
4003e51b91
commit
7591439451
|
@ -358,6 +358,10 @@ class Router
|
|||
|
||||
// users
|
||||
|
||||
$m->connect('api/users/show.:format',
|
||||
array('action' => 'ApiUserShow',
|
||||
'format' => '(xml|json)'));
|
||||
|
||||
$m->connect('api/users/show/:id.:format',
|
||||
array('action' => 'ApiUserShow',
|
||||
'id' => '[a-zA-Z0-9]+',
|
||||
|
|
Loading…
Reference in New Issue
Block a user