|
@@ -101,6 +101,9 @@ async def root():
|
|
@app.get("/index2")
|
|
@app.get("/index2")
|
|
async def index2():
|
|
async def index2():
|
|
return FileResponse('index2.html')
|
|
return FileResponse('index2.html')
|
|
|
|
+@app.get("/index3")
|
|
|
|
+async def index2():
|
|
|
|
+ return FileResponse('index3.html')
|
|
@app.get("/script_msg.js")
|
|
@app.get("/script_msg.js")
|
|
async def index2():
|
|
async def index2():
|
|
return FileResponse('script_msg.js')
|
|
return FileResponse('script_msg.js')
|