Przeglądaj źródła

add static file

ming 4 lat temu
rodzic
commit
fa685e5a83
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -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")
 async def index2():