]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/routing.yml
1st implementation of wallabag api, yeah
[github/wallabag/wallabag.git] / app / config / routing.yml
1 app:
2 resource: @WallabagCoreBundle/Controller/
3 type: annotation
4
5 homepage:
6 pattern: /
7 defaults: { _controller: WallabagCoreBundle:Entry:showUnread }
8
9 doc-api:
10 resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
11 prefix: /api/doc
12
13 rest :
14 type : rest
15 resource : "routing_rest.yml"
16 prefix : /api