]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/routing.yml
disable dev environment
[github/wallabag/wallabag.git] / app / config / routing.yml
CommitLineData
93fd4692 1app:
ad4d1caa 2 resource: @WallabagCoreBundle/Controller/
93fd4692 3 type: annotation
b84a8055
NL
4
5homepage:
6 pattern: /
e4788de5
NL
7 defaults: { _controller: WallabagCoreBundle:Entry:showUnread }
8
9doc-api:
10 resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
11 prefix: /api/doc
12
3e5a342f
NL
13wallabag_api:
14 resource: "@WallabagApiBundle/Controller/"
15 type: annotation
16 prefix: /api