Explorar o código

add test env and alert()

ming %!s(int64=3) %!d(string=hai) anos
pai
achega
e1586e347e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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')