diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-24 11:20:11 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-11-15 21:54:20 +0100 |
commit | 3cc78f06799b0c91957767e8d9255e67b30edd96 (patch) | |
tree | 88aca51a22f8c7ec9a2894b689732be571111e3a /app/config/config.yml | |
parent | 644b340178136ef9465fdc3cf40f1de0f5f8c3d3 (diff) | |
download | wallabag-3cc78f06799b0c91957767e8d9255e67b30edd96.tar.gz wallabag-3cc78f06799b0c91957767e8d9255e67b30edd96.tar.zst wallabag-3cc78f06799b0c91957767e8d9255e67b30edd96.zip |
Added shortcuts
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 3 |
1 files changed, 3 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 | |||
355 | fos_js_routing: | ||
356 | routes_to_expose: [ homepage, starred, archive, all, tag, config, import, developer, howto, about, logout ] | ||