ming hace 3 años
padre
commit
e7cfe66cea
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      similar_web/main.py

+ 4 - 4
similar_web/main.py

@@ -68,9 +68,9 @@ def domain_filter(url_array):
             
 
    
-@app.get("/index")
-async def index():
-    return FileResponse('index.html')
+#@app.get("/index")
+#async def index():
+#    return FileResponse('index.html')
 @app.get("/keywords")
 async def keyword():
     return FileResponse('kw_new.html')
@@ -84,7 +84,7 @@ async def index():
 async def index():
     return FileResponse('main.css')
 
-@app.get("/index_kw")
+@app.get("/index")
 async def index():
     return FileResponse('index2.html')