Opera8 commited on
Commit
2d2e91c
·
verified ·
1 Parent(s): c66432a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ async def run_tts_background(job_id: str, payload: dict, headers: dict):
207
  # =================================================================
208
  @app.get("/")
209
  async def root_path():
210
- return HTMLResponse("Alpha API Server is running.", status_code=200)
211
 
212
  @app.get("/tts")
213
  @app.get("/tts/")
 
207
  # =================================================================
208
  @app.get("/")
209
  async def root_path():
210
+ return HTMLResponse("error 404", status_code=200)
211
 
212
  @app.get("/tts")
213
  @app.get("/tts/")