Skip to content

Commit f6b6f82

Browse files
committed
Update: 프로덕션 도메인 cors whitelist 추가
1 parent 7a3cf43 commit f6b6f82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyconkr/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@
233233
"http://127.0.0.1:3000",
234234
"http://localhost:3000",
235235
"http://pycon-dev2024.pycon.kr",
236+
"https://2024.pycon.kr",
237+
"http://2024.pycon.kr",
236238
)
237239
CORS_ALLOW_CREDENTIALS = True
238240

0 commit comments

Comments
 (0)