aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/routing.yml
diff options
context:
space:
mode:
Diffstat (limited to 'app/config/routing.yml')
-rw-r--r--app/config/routing.yml9
1 files changed, 5 insertions, 4 deletions
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:
7 type: annotation 7 type: annotation
8 prefix: /import 8 prefix: /import
9 9
10wallabag_group:
11 resource: "@WallabagGroupBundle/Controller/"
12 type: annotation
13 prefix: /groups
14
10wallabag_user: 15wallabag_user:
11 resource: "@WallabagUserBundle/Controller/" 16 resource: "@WallabagUserBundle/Controller/"
12 type: annotation 17 type: annotation
@@ -41,10 +46,6 @@ homepage:
41fos_user: 46fos_user:
42 resource: "@FOSUserBundle/Resources/config/routing/all.xml" 47 resource: "@FOSUserBundle/Resources/config/routing/all.xml"
43 48
44fos_user_group:
45 resource: "@FOSUserBundle/Resources/config/routing/group.xml"
46 prefix: /group
47
48fos_oauth_server_token: 49fos_oauth_server_token:
49 resource: "@FOSOAuthServerBundle/Resources/config/routing/token.xml" 50 resource: "@FOSOAuthServerBundle/Resources/config/routing/token.xml"
50 51