mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Merge pull request #2563 from KallooaSan/PHRAS-1911-fix-route
PHRAS-1911 : fix route me/structures
This commit is contained in:
@@ -264,7 +264,7 @@ class V1 extends Api implements ControllerProviderInterface, ServiceProviderInte
|
||||
|
||||
$controllers->get('/me/', 'controller.api.v1:getCurrentUserAction');
|
||||
$controllers->delete('/me/', 'controller.api.v1:deleteCurrentUserAction');
|
||||
$controllers->get('/me/structure/', 'controller.api.v1:getCurrentUserStructureAction');
|
||||
$controllers->get('/me/structures/', 'controller.api.v1:getCurrentUserStructureAction');
|
||||
$controllers->get('/me/subdefs/', 'controller.api.v1:getCurrentUserSubdefsAction');
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user