Explorar el Código

修改api使用port為8002

Mike hace 3 años
padre
commit
b719efa4a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      api/main.py

+ 1 - 1
api/main.py

@@ -12,7 +12,7 @@ app = FastAPI()
 origins = [
 origins = [
     "https://hhh.com.tw"
     "https://hhh.com.tw"
     "http://172.105.205.52",
     "http://172.105.205.52",
-    "http://172.105.205.52:8001",
+    "http://172.105.205.52:8002",
     "http://172.104.93.163",
     "http://172.104.93.163",
 ]
 ]