mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-16 23:32:08 +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'
|
||||
else:
|
||||
response.status = 400
|
||||
return "FAIL: " + str(parsed_message) + str(validationResults.messages)
|
||||
return "FAIL: " + str(validationResults.messages)
|
||||
|
||||
|
||||
@post('/upload/')
|
||||
|
Loading…
x
Reference in New Issue
Block a user