Returning the right content type when returning the upload ticket
This commit is contained in:
@@ -173,5 +173,6 @@ def on_event(event, context):
|
||||
finally:
|
||||
return {
|
||||
'statusCode': response_code,
|
||||
'headers': {'Content-Type': 'application/json'},
|
||||
'body': json.dumps(response)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user