Skip to content

Commit

Permalink
Feat: 도메인 주소 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
joy-river committed Oct 7, 2024
1 parent 76112ad commit 3d6b30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KUA/KUA/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = ['3.37.163.236', 'localhost', '127.0.0.1']
ALLOWED_HOSTS = ['3.37.163.236', 'localhost', '127.0.0.1', 'api.kuna.devkor.club']

# default
APSCHEDULER_DATETIME_FORMAT = "N j, Y, f:s a"
Expand Down

0 comments on commit 3d6b30f

Please sign in to comment.