aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config
diff options
context:
space:
mode:
Diffstat (limited to 'app/config')
-rw-r--r--app/config/config.yml3
-rw-r--r--app/config/routing.yml3
2 files changed, 6 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index 168634cf..494a67a9 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -351,3 +351,6 @@ old_sound_rabbit_mq:
351 queue_options: 351 queue_options:
352 name: 'wallabag.import.chrome' 352 name: 'wallabag.import.chrome'
353 callback: wallabag_import.consumer.amqp.chrome 353 callback: wallabag_import.consumer.amqp.chrome
354
355fos_js_routing:
356 routes_to_expose: [ homepage, starred, archive, all, tag, config, import, developer, howto, about, logout ]
diff --git a/app/config/routing.yml b/app/config/routing.yml
index 750ed435..eedf51d5 100644
--- a/app/config/routing.yml
+++ b/app/config/routing.yml
@@ -52,3 +52,6 @@ craue_config_settings_modify:
52 path: /settings 52 path: /settings
53 defaults: 53 defaults:
54 _controller: CraueConfigBundle:Settings:modify 54 _controller: CraueConfigBundle:Settings:modify
55
56fos_js_routing:
57 resource: "@FOSJsRoutingBundle/Resources/config/routing/routing.xml"