Skip to content

Commit 72bcbfa

Browse files
authored
Merge pull request #162 from pythonkr/fix/cors-whitelist
Fix: 2024 프론트 개발 페이지 cors 추가
2 parents d114f07 + f84faf9 commit 72bcbfa

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
@@ -9,6 +9,7 @@
99
For the full list of settings and their values, see
1010
https://docs.djangoproject.com/en/4.1/ref/settings/
1111
"""
12+
1213
import os
1314
import pathlib
1415
import types
@@ -231,6 +232,7 @@
231232
"http://pycon-prod2023.pycon.kr",
232233
"http://127.0.0.1:3000",
233234
"http://localhost:3000",
235+
"pycon-dev2024.pycon.kr",
234236
)
235237
CORS_ALLOW_CREDENTIALS = True
236238

0 commit comments

Comments
 (0)