JJTsao commited on
Commit
7fb371e
·
verified ·
1 Parent(s): 1aaa487

Upload main.py

Browse files
Files changed (1) hide show
  1. main.py +4 -0
main.py CHANGED
@@ -20,3 +20,7 @@ app.include_router(router)
20
  @app.get("/health")
21
  def health_check():
22
  return {"status": "ok"}
 
 
 
 
 
20
  @app.get("/health")
21
  def health_check():
22
  return {"status": "ok"}
23
+
24
+ @app.get("/")
25
+ def read_root():
26
+ return {"status": "ok"}