Your Name 3 роки тому
батько
коміт
c3b442f3cd
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      similar_web/main.py

+ 1 - 1
similar_web/main.py

@@ -90,7 +90,7 @@ async def index():
 
 @app.get("/")
 async def root():
-    return FileResponse('index2.html')
+    return FileResponse('index3.html')
 @app.get("/index")
 async def index():
     return FileResponse('index2.html')