diff --git a/pyconkr/settings.py b/pyconkr/settings.py index a44a52d..92481f0 100644 --- a/pyconkr/settings.py +++ b/pyconkr/settings.py @@ -232,7 +232,9 @@ "http://pycon-prod2023.pycon.kr", "http://127.0.0.1:3000", "http://localhost:3000", - "https://pycon-dev2024.pycon.kr", + "http://pycon-dev2024.pycon.kr", + "https://2024.pycon.kr", + "http://2024.pycon.kr", ) CORS_ALLOW_CREDENTIALS = True