]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
Exploded WallabagRestController into many controllers
[github/wallabag/wallabag.git] / src / Wallabag / ApiBundle / Resources / config / routing_rest.yml
index 5f43f9716a46fb31b206196658da0de9e45cc954..901cf449ce2ea5669786f930ea18d24203635cf3 100644 (file)
@@ -1,4 +1,14 @@
-entries:
+api:
   type: rest
   resource:     "WallabagApiBundle:WallabagRest"
   name_prefix:  api_
+
+entries:
+  type: rest
+  resource:     "WallabagApiBundle:EntryRest"
+  name_prefix:  api_
+
+tags:
+  type: rest
+  resource:     "WallabagApiBundle:TagRest"
+  name_prefix:  api_