@@ -95,7 +95,7 @@ async def root():
@app.get("/index2")
async def index2():
- return FileResponse('index2.html')
+ return FileResponse('static/index2.html')
@app.get("/gen_avatar")