瀏覽代碼

change index

ming 3 年之前
父節點
當前提交
400f6a71b1
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      similar_web/main.py

+ 3 - 0
similar_web/main.py

@@ -84,6 +84,9 @@ async def index():
 async def index():
     return FileResponse('main.css')
 
+@app.get("/")
+async def root():
+    return FileResponse('index2.html')
 @app.get("/index")
 async def index():
     return FileResponse('index2.html')