aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2017-05-30 15:26:11 +0200
committerGitHub <noreply@github.com>2017-05-30 15:26:11 +0200
commit2150576d86709968faec3ed7b8cdc576c0200ae2 (patch)
tree105724e36303bd75755b19b8bc385bea800cae1c /src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
parentd181bd728565454ec53d960f321ed0a4c3bf26c8 (diff)
parentfe6461e4aaff5aa2fd846492e3abd9ea38c07a5b (diff)
downloadwallabag-2150576d86709968faec3ed7b8cdc576c0200ae2.tar.gz
wallabag-2150576d86709968faec3ed7b8cdc576c0200ae2.tar.zst
wallabag-2150576d86709968faec3ed7b8cdc576c0200ae2.zip
Merge pull request #3065 from wallabag/api-creation-endpoint
Register through API
Diffstat (limited to 'src/Wallabag/ApiBundle/Resources/config/routing_rest.yml')
-rw-r--r--src/Wallabag/ApiBundle/Resources/config/routing_rest.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml b/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
index 57d37f4b..c0283e71 100644
--- a/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
+++ b/src/Wallabag/ApiBundle/Resources/config/routing_rest.yml
@@ -17,3 +17,8 @@ misc:
17 type: rest 17 type: rest
18 resource: "WallabagApiBundle:WallabagRest" 18 resource: "WallabagApiBundle:WallabagRest"
19 name_prefix: api_ 19 name_prefix: api_
20
21user:
22 type: rest
23 resource: "WallabagApiBundle:UserRest"
24 name_prefix: api_