Skip to content

Commit d114f07

Browse files
authored
Merge pull request #161 from pythonkr/fix/allowed-hosts
Fix: 개발용 프론트 서버에서 접근 할 수 있도록 화이트리스트 추가
2 parents 01e4a67 + 295ad56 commit d114f07

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)