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