diff options
Diffstat (limited to 'app/config/routing.yml')
-rw-r--r-- | app/config/routing.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/config/routing.yml b/app/config/routing.yml index 750ed435..0bd2d130 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml | |||
@@ -17,10 +17,6 @@ wallabag_api: | |||
17 | type: annotation | 17 | type: annotation |
18 | prefix: / | 18 | prefix: / |
19 | 19 | ||
20 | wallabag_api: | ||
21 | resource: "@WallabagApiBundle/Resources/config/routing.yml" | ||
22 | prefix: / | ||
23 | |||
24 | app: | 20 | app: |
25 | resource: "@WallabagCoreBundle/Controller/" | 21 | resource: "@WallabagCoreBundle/Controller/" |
26 | type: annotation | 22 | type: annotation |
@@ -52,3 +48,6 @@ craue_config_settings_modify: | |||
52 | path: /settings | 48 | path: /settings |
53 | defaults: | 49 | defaults: |
54 | _controller: CraueConfigBundle:Settings:modify | 50 | _controller: CraueConfigBundle:Settings:modify |
51 | |||
52 | fos_js_routing: | ||
53 | resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml" | ||