Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
allowed hosts 수정
  • Loading branch information
2ming00 authored Sep 4, 2024
1 parent b29b70b commit 980ea3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiServer/aiServer/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_secret(setting):
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = ['https://www.api.ant.helper.com', 'https://api.ant.helper.com', '127.0.0.1', '0.0.0.0', 'localhost']
ALLOWED_HOSTS = ['www.api.ant.helper.com', 'api.ant.helper.com', '52.78.54.137', '127.0.0.1', '0.0.0.0', 'localhost']

INSTALLED_APPS = [
'django.contrib.admin',
Expand Down

0 comments on commit 980ea3d

Please sign in to comment.