]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/routing.yml
bundle for API
[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 wallabag_api:
14 resource: "@WallabagApiBundle/Controller/"
15 type: annotation
16 prefix: /api