aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/routing.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-28 18:14:04 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-28 18:14:04 +0100
commit3e5a342f6552fc921b9b7fd3d65d9200cdc1979c (patch)
tree2ea4c3a9459923a40fbc9c66dbfae9a8b6a9e94c /app/config/routing.yml
parente4788de51ecbf2773a043325965e10eb74b14e8f (diff)
downloadwallabag-3e5a342f6552fc921b9b7fd3d65d9200cdc1979c.tar.gz
wallabag-3e5a342f6552fc921b9b7fd3d65d9200cdc1979c.tar.zst
wallabag-3e5a342f6552fc921b9b7fd3d65d9200cdc1979c.zip
bundle for API
Diffstat (limited to 'app/config/routing.yml')
-rw-r--r--app/config/routing.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/config/routing.yml b/app/config/routing.yml
index a57311dc..60fcb6f4 100644
--- a/app/config/routing.yml
+++ b/app/config/routing.yml
@@ -10,7 +10,7 @@ doc-api:
10 resource: "@NelmioApiDocBundle/Resources/config/routing.yml" 10 resource: "@NelmioApiDocBundle/Resources/config/routing.yml"
11 prefix: /api/doc 11 prefix: /api/doc
12 12
13rest : 13wallabag_api:
14 type : rest 14 resource: "@WallabagApiBundle/Controller/"
15 resource : "routing_rest.yml" 15 type: annotation
16 prefix : /api \ No newline at end of file 16 prefix: /api \ No newline at end of file