Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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
|
| 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")
|