]> git.immae.eu Git - github/wallabag/wallabag.git/blob - 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
1 api:
2 type: rest
3 resource: "WallabagApiBundle:WallabagRest"
4 name_prefix: api_
5
6 entries:
7 type: rest
8 resource: "WallabagApiBundle:EntryRest"
9 name_prefix: api_
10
11 tags:
12 type: rest
13 resource: "WallabagApiBundle:TagRest"
14 name_prefix: api_