Disable XML interface.
Some of our code assumes Eve always returns JSON. Now this assumption actually holds.
This commit is contained in:
parent
d3b3e0ff4f
commit
6a07147e44
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user