aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/routing.yml
diff options
context:
space:
mode:
Diffstat (limited to 'app/config/routing.yml')
-rw-r--r--app/config/routing.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/app/config/routing.yml b/app/config/routing.yml
index 95c224ab..a57311dc 100644
--- a/app/config/routing.yml
+++ b/app/config/routing.yml
@@ -4,4 +4,13 @@ app:
4 4
5homepage: 5homepage:
6 pattern: / 6 pattern: /
7 defaults: { _controller: WallabagCoreBundle:Entry:showUnread } \ No newline at end of file 7 defaults: { _controller: WallabagCoreBundle:Entry:showUnread }
8
9doc-api:
10 resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
11 prefix: /api/doc
12
13rest :
14 type : rest
15 resource : "routing_rest.yml"
16 prefix : /api \ No newline at end of file