]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/routing.yml
Add CraueConfig for internal settings
[github/wallabag/wallabag.git] / app / config / routing.yml
index 84b98d2323621be0e315ab6e3df3f378c8075808..c491d35dc305eaa6f722bdd9a35251caf005aad3 100644 (file)
@@ -22,7 +22,9 @@ rest :
 
 homepage:
     path: "/{page}"
-    defaults: { _controller: WallabagCoreBundle:Entry:showUnread, page : 1 }
+    defaults:
+        _controller: WallabagCoreBundle:Entry:showUnread
+        page : 1
     requirements:
         page: \d+
 
@@ -31,3 +33,8 @@ fos_user:
 
 fos_oauth_server_token:
     resource: "@FOSOAuthServerBundle/Resources/config/routing/token.xml"
+
+craue_config_settings_modify:
+    path: /settings
+    defaults:
+        _controller: CraueConfigBundle:Settings:modify