diff --git a/django_rest_api/settings.py b/django_rest_api/settings.py index fe27b55..daf7ffd 100644 --- a/django_rest_api/settings.py +++ b/django_rest_api/settings.py @@ -30,7 +30,7 @@ SECRET_KEY = os.environ['SECRET_KEY'] # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['localhost', 'afternoon-escarpment-71350.herokuapp.com'] +ALLOWED_HOSTS = ['localhost'] # Application definition