mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-18 16:03:02 +03:00
We don't actually want to return the original JSON.
This commit is contained in:
parent
a7925923cf
commit
cceb77d7a1
@ -135,7 +135,7 @@ def parse_and_error_handle(data):
|
|||||||
return 'OK'
|
return 'OK'
|
||||||
else:
|
else:
|
||||||
response.status = 400
|
response.status = 400
|
||||||
return "FAIL: " + str(parsed_message) + str(validationResults.messages)
|
return "FAIL: " + str(validationResults.messages)
|
||||||
|
|
||||||
|
|
||||||
@post('/upload/')
|
@post('/upload/')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user