浏览代码

add test env and alert()

ming 3 年之前
父节点
当前提交
e1586e347e
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      main.py

+ 3 - 0
main.py

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