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')