Sriomdash commited on
Commit
b1b2e8c
·
verified ·
1 Parent(s): 2ad28cb

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -98,7 +98,7 @@ app.router.lifespan_context = lifespan
98
  # =========================
99
  @app.get("/")
100
  async def root():
101
- return {"message": "Welcome to ML Healthcare API!"}
102
 
103
 
104
  @app.get("/health")
 
98
  # =========================
99
  @app.get("/")
100
  async def root():
101
+ return {"message": "Welcome to Healthcare API!"}
102
 
103
 
104
  @app.get("/health")