aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config
diff options
context:
space:
mode:
Diffstat (limited to 'app/config')
-rw-r--r--app/config/routing.yml8
-rw-r--r--app/config/routing_rest.yml4
2 files changed, 4 insertions, 8 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
diff --git a/app/config/routing_rest.yml b/app/config/routing_rest.yml
deleted file mode 100644
index ecddbd36..00000000
--- a/app/config/routing_rest.yml
+++ /dev/null
@@ -1,4 +0,0 @@
1app_api :
2 type: rest
3 resource: "WallabagCoreBundle:Api"
4 name_prefix: api_ \ No newline at end of file