]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/routing.yml
Update bundle & stock file
[github/wallabag/wallabag.git] / app / config / routing.yml
CommitLineData
1f4408de
NL
1wallabag_import:
2 resource: "@WallabagImportBundle/Controller/"
3 type: annotation
7019c7cf 4 prefix: /import
1f4408de 5
769e19dc
J
6wallabag_api:
7 resource: "@WallabagApiBundle/Resources/config/routing.yml"
5ead137f 8 prefix: /
769e19dc 9
93fd4692 10app:
5c895a7f 11 resource: "@WallabagCoreBundle/Controller/"
5ead137f 12 type: annotation
b84a8055 13
e4788de5
NL
14doc-api:
15 resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
16 prefix: /api/doc
17
f8bf8952 18rest :
32da2a70
J
19 type : rest
20 resource : "routing_rest.yml"
21 prefix : /api
9fb6ac83
FG
22
23homepage:
5ead137f
JB
24 path: "/{page}"
25 defaults: { _controller: WallabagCoreBundle:Entry:showUnread, page : 1 }
9fb6ac83 26 requirements:
5ead137f 27 page: \d+
fcb1fba5
NL
28
29fos_user:
30 resource: "@FOSUserBundle/Resources/config/routing/all.xml"
31
32fos_oauth_server_token:
33 resource: "@FOSOAuthServerBundle/Resources/config/routing/token.xml"