vineelagampa commited on
Commit
e477c9c
·
verified ·
1 Parent(s): d84ecbc

Update backend.py

Browse files
Files changed (1) hide show
  1. backend.py +1 -1
backend.py CHANGED
@@ -324,7 +324,7 @@ def analyze_text(text):
324
  "summary": f"Detected Disease: {disease}, Severity: {severity}"
325
  }
326
 
327
-
328
  @app.get("/health/")
329
  def health():
330
  return {"response": "ok"}
 
324
  "summary": f"Detected Disease: {disease}, Severity: {severity}"
325
  }
326
 
327
+ @app.get("/health")
328
  @app.get("/health/")
329
  def health():
330
  return {"response": "ok"}