소스 검색

git setting

cxd 9 달 전
부모
커밋
7c753f5fc3
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      DCbackend/settings.py

+ 2 - 0
DCbackend/settings.py

@@ -68,6 +68,8 @@ CORS_ALLOWED_ORIGINS = [
     'http://127.0.0.1',
     'http://localhost',
     'http://120.46.190.49',
+    'http://doc.ap-healthcare.com'
+    'http://183.195.216.54/'
 ]
 CORS_ORIGIN_ALLOW_ALL = True
 CORS_ALLOW_CREDENTIALS = True