diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-10-12 14:06:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-12 14:06:33 +0200 |
commit | b1b561da518ae3add4445c46ef8398a314c8de37 (patch) | |
tree | 3ff96d8cfe8021d6fbaa487dd0db2ef01f74ba42 /app | |
parent | e4cf672ccf61689ba28c2e89fc55f83167800b18 (diff) | |
parent | 3f3a60879e168f4a8040c441e295fa63e024961d (diff) | |
download | wallabag-b1b561da518ae3add4445c46ef8398a314c8de37.tar.gz wallabag-b1b561da518ae3add4445c46ef8398a314c8de37.tar.zst wallabag-b1b561da518ae3add4445c46ef8398a314c8de37.zip |
Merge pull request #2372 from pmartin/api-get-entry-as-epub
API: ability to export entry in all available format (epub, pdf, etc...)
Diffstat (limited to 'app')
-rw-r--r-- | app/config/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index bcc4c8eb..2f102c45 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -130,6 +130,8 @@ fos_rest: | |||
130 | nelmio_api_doc: | 130 | nelmio_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 | ||
135 | nelmio_cors: | 137 | nelmio_cors: |