fix upload csv return dict

darta 2022-01-17 10:22:41 +01:00
parent ae1d3d2333
commit 6afb38f224
1 changed files with 1 additions and 0 deletions

View File

@ -473,6 +473,7 @@ def check_upload_errors(data):
}
log.error(resp)
return resp
return {"pass": True, "msg":""}
@app.route("/api/dashboard/<item>", methods=["PUT"])