ciyidogan commited on
Commit
0bd64ff
Β·
verified Β·
1 Parent(s): a50f65d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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."}I 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 …")