]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/routing.yml
1st implementation of wallabag api, yeah
[github/wallabag/wallabag.git] / app / config / routing.yml
index 95c224abf5821f6f48dc6e0282b985af9b4c326f..a57311dc09dc395001435bcf1d125c6b3609904c 100644 (file)
@@ -4,4 +4,13 @@ app:
 
 homepage:
     pattern:   /
-    defaults:  { _controller: WallabagCoreBundle:Entry:showUnread }
\ No newline at end of file
+    defaults:  { _controller: WallabagCoreBundle:Entry:showUnread }
+
+doc-api:
+    resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
+    prefix: /api/doc
+
+rest :
+    type : rest
+    resource : "routing_rest.yml"
+    prefix : /api
\ No newline at end of file