From 36f30fa31e0d2373f5c39851ea9138493fbde341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 3 Nov 2016 12:11:48 +0100 Subject: Added groups management --- app/config/routing.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'app/config') diff --git a/app/config/routing.yml b/app/config/routing.yml index 9c916f7d..74c21429 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml @@ -7,6 +7,11 @@ wallabag_import: type: annotation prefix: /import +wallabag_group: + resource: "@WallabagGroupBundle/Controller/" + type: annotation + prefix: /groups + wallabag_user: resource: "@WallabagUserBundle/Controller/" type: annotation @@ -41,10 +46,6 @@ homepage: fos_user: resource: "@FOSUserBundle/Resources/config/routing/all.xml" -fos_user_group: - resource: "@FOSUserBundle/Resources/config/routing/group.xml" - prefix: /group - fos_oauth_server_token: resource: "@FOSOAuthServerBundle/Resources/config/routing/token.xml" -- cgit v1.2.3