This commit is contained in:
Navan Chauhan 2020-08-01 15:40:09 +05:30
parent e69e058f6b
commit a309a4607a
1 changed files with 1 additions and 1 deletions

2
api.py
View File

@ -39,4 +39,4 @@ def get_status(job_id: str):
return {"job_id":r[0],"Protein Name":r[1],"Ligand Name":r[2],"Submitted On":r[3],"Job Description":r[4],"Job Status":r[5]}
app.mount("/", WSGIMiddleware(flask_app))
app.mount("/", WSGIMiddleware(flask_app))