Your Name před 3 roky
rodič
revize
c3b442f3cd
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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')