]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
Merge remote-tracking branch 'origin/master' into 2.3
[github/wallabag/wallabag.git] / src / Wallabag / ApiBundle / Resources / config / routing_rest.yml
index 8e1886acc3c889af75f9aaa9056c4ecb3249b7ae..c0283e71f159603317b1179bbf194c21514c12fa 100644 (file)
@@ -8,7 +8,17 @@ tag:
   resource: "WallabagApiBundle:TagRest"
   name_prefix:  api_
 
+annotation:
+  type: rest
+  resource: "WallabagApiBundle:AnnotationRest"
+  name_prefix:  api_
+
 misc:
   type: rest
   resource: "WallabagApiBundle:WallabagRest"
   name_prefix:  api_
+
+user:
+  type: rest
+  resource: "WallabagApiBundle:UserRest"
+  name_prefix:  api_