Update server/app.py
Browse files- 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": "
|
| 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():
|