100XZX001 commited on
Commit
6488cf1
·
verified ·
1 Parent(s): cd23822

Update server/app.py

Browse files
Files changed (1) hide show
  1. server/app.py +1 -1
server/app.py CHANGED
@@ -16,7 +16,7 @@ env = CodeReviewEnv()
16
  @app.get("/")
17
  def root():
18
  print("[ROOT] Health check hit")
19
- return {"status": "ok"}
20
 
21
  @app.get("/health")
22
  def health():
 
16
  @app.get("/")
17
  def root():
18
  print("[ROOT] Health check hit")
19
+ return {"status": "crazy good"}
20
 
21
  @app.get("/health")
22
  def health():