Your Name 3 лет назад
Родитель
Сommit
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')