diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-29 21:49:44 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-29 21:49:44 +0100 |
commit | a65f5d5563ba16a5c2096aab5571772d9f4b81ff (patch) | |
tree | a5a6ccac053371db1b9a7854db516321137a31e6 /app/config | |
parent | 27f15aa4ca4eb0eff11ddb3f3a2ce6fe945ba0e2 (diff) | |
download | wallabag-a65f5d5563ba16a5c2096aab5571772d9f4b81ff.tar.gz wallabag-a65f5d5563ba16a5c2096aab5571772d9f4b81ff.tar.zst wallabag-a65f5d5563ba16a5c2096aab5571772d9f4b81ff.zip |
fix config for rest bundle
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index e5c87860..f2f5f9f3 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -101,6 +101,6 @@ fos_rest: | |||
101 | failed_validation: HTTP_BAD_REQUEST | 101 | failed_validation: HTTP_BAD_REQUEST |
102 | default_engine: twig | 102 | default_engine: twig |
103 | routing_loader: | 103 | routing_loader: |
104 | include_format: false | 104 | default_format: json |
105 | 105 | ||
106 | nelmio_api_doc: ~ \ No newline at end of file | 106 | nelmio_api_doc: ~ \ No newline at end of file |