Skip to content

Commit

Permalink
➕ Add: Cors whitelist 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JongbeomLee623 committed Oct 6, 2024
1 parent 0358adc commit 0ea4c84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions linenow/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@
# 백엔드 도메인 또는 IP주소
'https://211.188.52.202',
'https://linenow.xyz'
'http://linenow-manager.co.kr',
'https://linenow-manager.co.kr',
'http://linenow.co.kr',
'https://linenow.co.kr'
]

# Celery 관련 설정
Expand Down

0 comments on commit 0ea4c84

Please sign in to comment.