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