diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-03 12:11:48 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2017-06-23 09:22:54 +0200 |
commit | 36f30fa31e0d2373f5c39851ea9138493fbde341 (patch) | |
tree | f6bba0092e72e21a3f10579250f9b2ec1e41ed70 /app | |
parent | e7d2d1bd8ff956c324641070801e1460c06ffaa1 (diff) | |
download | wallabag-36f30fa31e0d2373f5c39851ea9138493fbde341.tar.gz wallabag-36f30fa31e0d2373f5c39851ea9138493fbde341.tar.zst wallabag-36f30fa31e0d2373f5c39851ea9138493fbde341.zip |
Added groups management
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 | ||