Valtry commited on
Commit
8d8ec53
·
verified ·
1 Parent(s): 2d85567

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ async def semantic_router(req: RouterRequest):
80
  "score": float(scores[best_index])
81
  }
82
 
83
- @app.post("/")
84
  def check():
85
  return "Embedding Running!!!"
86
  # -------- SERVER START --------
 
80
  "score": float(scores[best_index])
81
  }
82
 
83
+ @app.get("/")
84
  def check():
85
  return "Embedding Running!!!"
86
  # -------- SERVER START --------