소스 검색

change index

ming 3 년 전
부모
커밋
e7cfe66cea
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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')