cxd 9 月之前
父節點
當前提交
bf5293a6d3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      DCbackend/settings.py

+ 1 - 1
DCbackend/settings.py

@@ -69,7 +69,7 @@ CORS_ALLOWED_ORIGINS = [
     'http://localhost',
     'http://120.46.190.49',
     'http://doc.ap-healthcare.com',
-    'http://183.195.216.54/'
+    'http://183.195.216.54:8084'
 ]
 CORS_ORIGIN_ALLOW_ALL = True
 CORS_ALLOW_CREDENTIALS = True