aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-29 20:32:11 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-29 20:32:11 +0100
commit27f15aa4ca4eb0eff11ddb3f3a2ce6fe945ba0e2 (patch)
tree95a48bdfad990d7d4039b3e9e9c1ceea856e278c /app
parentf8bf8952541b51481a7463c6efc0b2bc9c1edff1 (diff)
downloadwallabag-27f15aa4ca4eb0eff11ddb3f3a2ce6fe945ba0e2.tar.gz
wallabag-27f15aa4ca4eb0eff11ddb3f3a2ce6fe945ba0e2.tar.zst
wallabag-27f15aa4ca4eb0eff11ddb3f3a2ce6fe945ba0e2.zip
improve API
Diffstat (limited to 'app')
-rw-r--r--app/config/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index f2f5f9f3..e5c87860 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 default_format: json 104 include_format: false
105 105
106nelmio_api_doc: ~ \ No newline at end of file 106nelmio_api_doc: ~ \ No newline at end of file