From 15d9e8cf364ef53268ade3d596cd93ed37b7b067 Mon Sep 17 00:00:00 2001 From: Jerrica Bobadilla Date: Tue, 6 Oct 2020 13:17:52 -0700 Subject: [PATCH] remove unecessary url --- django_rest_api/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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