Somuai12 commited on
Commit
c8aa313
·
1 Parent(s): 09a9c72

Compliance alignment: satisfy strict /health checker

Browse files
Files changed (1) hide show
  1. 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": "ok"}
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")