hmm
This commit is contained in:
parent
e69e058f6b
commit
a309a4607a
2
api.py
2
api.py
|
@ -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]}
|
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))
|
||||||
|
|
Loading…
Reference in New Issue