Spaces:
Building
Building
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ else:
|
|
75 |
# No UI built, just health endpoint
|
76 |
@app.get("/")
|
77 |
def health_check():
|
78 |
-
return {"status": "ok", "message": "UI not found. Build Angular app first."}
|
79 |
|
80 |
if __name__ == "__main__":
|
81 |
log("π Starting Flare backend β¦")
|
|
|
75 |
# No UI built, just health endpoint
|
76 |
@app.get("/")
|
77 |
def health_check():
|
78 |
+
return {"status": "ok", "message": "UI not found. Build Angular app first."}
|
79 |
|
80 |
if __name__ == "__main__":
|
81 |
log("π Starting Flare backend β¦")
|