Skip to content

Commit 568a13c

Browse files
committed
Fix: CORS 정보에 Schema가 누락된 버그 수정
1 parent 72bcbfa commit 568a13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyconkr/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
"http://pycon-prod2023.pycon.kr",
233233
"http://127.0.0.1:3000",
234234
"http://localhost:3000",
235-
"pycon-dev2024.pycon.kr",
235+
"https://pycon-dev2024.pycon.kr",
236236
)
237237
CORS_ALLOW_CREDENTIALS = True
238238

0 commit comments

Comments
 (0)