ming 3 سال پیش
والد
کامیت
400f6a71b1
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      similar_web/main.py

+ 3 - 0
similar_web/main.py

@@ -84,6 +84,9 @@ async def index():
 async def index():
     return FileResponse('main.css')
 
+@app.get("/")
+async def root():
+    return FileResponse('index2.html')
 @app.get("/index")
 async def index():
     return FileResponse('index2.html')