Compliance alignment: satisfy strict /health checker
Browse files- server/app.py +1 -1
server/app.py
CHANGED
|
@@ -49,7 +49,7 @@ async def root():
|
|
| 49 |
|
| 50 |
@app.get("/health")
|
| 51 |
async def health():
|
| 52 |
-
return {"status": "
|
| 53 |
|
| 54 |
|
| 55 |
@app.get("/state")
|
|
|
|
| 49 |
|
| 50 |
@app.get("/health")
|
| 51 |
async def health():
|
| 52 |
+
return {"status": "healthy"}
|
| 53 |
|
| 54 |
|
| 55 |
@app.get("/state")
|