浏览代码

test progress bar

ming 3 年之前
父节点
当前提交
1b70cfac7e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      main.py

+ 1 - 0
main.py

@@ -22,6 +22,7 @@ import re
 import urllib.request
 from fastapi.responses import FileResponse
 from websocket import create_connection
+from fastapi.middleware.cors import CORSMiddleware
 #service nginx restart
 #uvicorn main:app --host="0.0.0.0" --reload --port 8888