@@ -55,8 +55,8 @@ class anchor_request(BaseModel):
async def root():
return {"message": "Hello, this is index"}
-@app.get("/index")
-async def input_table():
+@app.get("/index2")
+async def index2():
return FileResponse('index2.html')
@app.post("/make_video_req")