Skip to content

Commit 295ad56

Browse files
committed
Fix: 개발용 프론트 서버에서 접근 할 수 있도록 화이트리스트 추가
1 parent 01e4a67 commit 295ad56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyconkr/settings-dev.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
ALLOWED_HOSTS += [
1010
"api-dev.pycon.kr",
1111
"4st7mrntih.execute-api.ap-northeast-2.amazonaws.com",
12+
"pycon-dev2024.pycon.kr",
1213
]
1314

1415
# RDS

0 commit comments

Comments
 (0)