Disable XML interface.
Some of our code assumes Eve always returns JSON. Now this assumption actually holds.
This commit is contained in:
@@ -798,3 +798,4 @@ UPSET_ON_PUT = False # do not create new document on PUT of non-existant URL.
|
||||
X_DOMAINS = '*'
|
||||
X_ALLOW_CREDENTIALS = True
|
||||
X_HEADERS = 'Authorization'
|
||||
XML = False
|
||||
|
Reference in New Issue
Block a user