codinglabsong commited on
Commit
3ed91ff
·
1 Parent(s): cd3b5ba

updated health return

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -12,7 +12,7 @@ app = FastAPI()
12
 
13
  @app.get("/healthz")
14
  def health():
15
- return {"ok": True}
16
 
17
  class ModelName(str, Enum):
18
  alexnet = "alexnet"
 
12
 
13
  @app.get("/healthz")
14
  def health():
15
+ return {"repsonse_from_fastapi": "very very ok"}
16
 
17
  class ModelName(str, Enum):
18
  alexnet = "alexnet"