Your Name hace 3 años
padre
commit
c3b442f3cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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')