Parcourir la source

kw basic search

ming il y a 3 ans
Parent
commit
434e84a888
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      similar_web/main.py

+ 2 - 2
similar_web/main.py

@@ -106,9 +106,9 @@ def get_domain():
 @app.get("/index")
 async def index():
     return FileResponse('index.html')
-@app.get("/keyword")
+@app.get("/keywords")
 async def keyword():
-    return FileResponse('keyword.html')
+    return FileResponse('keywords.html')
 @app.get("/echarts.min.js")
 async def index():
     return FileResponse('echarts.min.js')