Merge pull request #2563 from KallooaSan/PHRAS-1911-fix-route

PHRAS-1911 : fix route me/structures
This commit is contained in:
Nicolas Maillat
2018-05-08 21:23:43 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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');