aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/routing.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-09-06 20:21:49 +0200
committerThomas Citharel <tcit@tcit.fr>2017-06-23 09:18:39 +0200
commitf1900b686eb8d7c41a940eede778234ac55086e1 (patch)
tree3282794540fceaecc831fc9c736cecc57dbc1728 /app/config/routing.yml
parent29714661b1df78871ceaf0e079f11041a8641d4b (diff)
downloadwallabag-f1900b686eb8d7c41a940eede778234ac55086e1.tar.gz
wallabag-f1900b686eb8d7c41a940eede778234ac55086e1.tar.zst
wallabag-f1900b686eb8d7c41a940eede778234ac55086e1.zip
Added migration for user group
Just a first draft of #805
Diffstat (limited to 'app/config/routing.yml')
-rw-r--r--app/config/routing.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/config/routing.yml b/app/config/routing.yml
index 0bd2d130..9c916f7d 100644
--- a/app/config/routing.yml
+++ b/app/config/routing.yml
@@ -41,6 +41,10 @@ homepage:
41fos_user: 41fos_user:
42 resource: "@FOSUserBundle/Resources/config/routing/all.xml" 42 resource: "@FOSUserBundle/Resources/config/routing/all.xml"
43 43
44fos_user_group:
45 resource: "@FOSUserBundle/Resources/config/routing/group.xml"
46 prefix: /group
47
44fos_oauth_server_token: 48fos_oauth_server_token:
45 resource: "@FOSOAuthServerBundle/Resources/config/routing/token.xml" 49 resource: "@FOSOAuthServerBundle/Resources/config/routing/token.xml"
46 50