Skip to content

Commit d5324ed

Browse files
authored
Merge pull request #105 from golony6449/feature/golony/ticket
CORS 화이트리스트에 PG 심사 임시 서브도메인 추가
2 parents f53f0db + 19c3937 commit d5324ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyconkr/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@
243243
"https://2023.pycon.kr",
244244
"https://pycon-dev2023.pycon.kr",
245245
"https://pycon-prod2023.pycon.kr",
246+
"https://ticket-2023.pycon.kr", # PG 심사 대비 임시 도메인
246247
"https://127.0.0.1:3000",
247248
"https://localhost:3000",
248249
"http://2023.pycon.kr",

0 commit comments

Comments
 (0)