Remove unneeded mime type set; jsonify does this for us
This commit is contained in:
parent
9888c3ad9b
commit
b3ea4ecaa2
1 changed files with 0 additions and 1 deletions
|
@ -270,7 +270,6 @@ def buildlogs(build_uuid):
|
|||
'logs': [log for log in logs]
|
||||
})
|
||||
|
||||
response.mimetype = "application/json"
|
||||
response.headers["Content-Disposition"] = "attachment;filename=" + build.uuid + ".json"
|
||||
return response
|
||||
|
||||
|
|
Reference in a new issue