ming 4 жил өмнө
parent
commit
434e84a888
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  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')