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