Disable XML interface.

Some of our code assumes Eve always returns JSON. Now this assumption
actually holds.
This commit is contained in:
Sybren A. Stüvel 2016-05-10 15:06:36 +02:00
parent d3b3e0ff4f
commit 6a07147e44

View File

@ -798,3 +798,4 @@ UPSET_ON_PUT = False # do not create new document on PUT of non-existant URL.
X_DOMAINS = '*' X_DOMAINS = '*'
X_ALLOW_CREDENTIALS = True X_ALLOW_CREDENTIALS = True
X_HEADERS = 'Authorization' X_HEADERS = 'Authorization'
XML = False