This commit is contained in:
@ -136,6 +136,8 @@ CORS_ALLOWED_ORIGINS = [
|
||||
"http://blog.sample.test",
|
||||
"https://www.icurfer.com",
|
||||
"https://icurfer.com",
|
||||
"https://www.aipf01.shop",
|
||||
"https://aipf01.shop",
|
||||
]
|
||||
# 개발 환경에서 모든 origin 허용 (필요시)
|
||||
CORS_ALLOW_ALL_ORIGINS = bool(DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user