]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/routing.yml
Added shortcuts
[github/wallabag/wallabag.git] / app / config / routing.yml
index 8fbcb6432a6a6b063702a7568bcfc7148836a1a3..eedf51d5951a06640867cd6c3f1f1241735210f9 100644 (file)
@@ -1,11 +1,21 @@
-wallabag_comment:
+wallabag_annotation:
   type : rest
-  resource: "@WallabagCommentBundle/Resources/config/routing_comments.yml"
+  resource: "@WallabagAnnotationBundle/Resources/config/routing_annotations.yml"
 
 wallabag_import:
     resource: "@WallabagImportBundle/Controller/"
-    type:     annotation
-    prefix:   /import
+    type: annotation
+    prefix: /import
+
+wallabag_user:
+    resource: "@WallabagUserBundle/Controller/"
+    type: annotation
+    prefix: /users
+
+wallabag_api:
+    resource: "@WallabagApiBundle/Controller/"
+    type: annotation
+    prefix: /
 
 wallabag_api:
     resource: "@WallabagApiBundle/Resources/config/routing.yml"
@@ -42,3 +52,6 @@ craue_config_settings_modify:
     path: /settings
     defaults:
         _controller: CraueConfigBundle:Settings:modify
+
+fos_js_routing:
+    resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml"