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