]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/routing.yml
Comment work with annotator v2
[github/wallabag/wallabag.git] / app / config / routing.yml
index 84b98d2323621be0e315ab6e3df3f378c8075808..8fbcb6432a6a6b063702a7568bcfc7148836a1a3 100644 (file)
@@ -1,3 +1,7 @@
+wallabag_comment:
+  type : rest
+  resource: "@WallabagCommentBundle/Resources/config/routing_comments.yml"
+
 wallabag_import:
     resource: "@WallabagImportBundle/Controller/"
     type:     annotation
@@ -22,7 +26,9 @@ rest :
 
 homepage:
     path: "/{page}"
-    defaults: { _controller: WallabagCoreBundle:Entry:showUnread, page : 1 }
+    defaults:
+        _controller: WallabagCoreBundle:Entry:showUnread
+        page : 1
     requirements:
         page: \d+
 
@@ -31,3 +37,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