]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/routing.yml
routing for API, trying to respect #414
[github/wallabag/wallabag.git] / app / config / routing.yml
index 60fcb6f4b8c4969bdb533b8c36d45189e41bb9ed..8e04a0c817b787c275cdc6440184fbc93ca1f6e2 100644 (file)
@@ -10,7 +10,12 @@ doc-api:
     resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
     prefix: /api/doc
 
-wallabag_api:
-    resource: "@WallabagApiBundle/Controller/"
-    type:     annotation
-    prefix:   /api
\ No newline at end of file
+#wallabag_api:
+#    resource: "@WallabagApiBundle/Controller/"
+#    type:     annotation
+#    prefix:   /api
+
+rest :
+  type : rest
+  resource : "routing_rest.yml"
+  prefix : /api
\ No newline at end of file