diff options
-rw-r--r-- | api.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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))
\ No newline at end of file +app.mount("/", WSGIMiddleware(flask_app)) |