aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-10-08 12:59:17 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-10-08 12:59:19 +0200
commit3f3a60879e168f4a8040c441e295fa63e024961d (patch)
treea4b51dabab6bdaa6f7e7679b8bc424b2324b78dc /app/config/config.yml
parent24de86653440de3f84d585f089caab3734dcb573 (diff)
downloadwallabag-3f3a60879e168f4a8040c441e295fa63e024961d.tar.gz
wallabag-3f3a60879e168f4a8040c441e295fa63e024961d.tar.zst
wallabag-3f3a60879e168f4a8040c441e295fa63e024961d.zip
Add entry export in API
Export isn't available for json & xml because user can use the default entry endpoint instead.
Diffstat (limited to 'app/config/config.yml')
-rw-r--r--app/config/config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index 75d7299c..48f317c7 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -130,6 +130,8 @@ fos_rest:
130nelmio_api_doc: 130nelmio_api_doc:
131 sandbox: 131 sandbox:
132 enabled: false 132 enabled: false
133 cache:
134 enabled: true
133 name: wallabag API documentation 135 name: wallabag API documentation
134 136
135nelmio_cors: 137nelmio_cors: