From 3008eb816953dbccec7b79237c12f0d4f8bacda9 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Fri, 22 Oct 2021 14:01:18 -0400 Subject: [PATCH] Update settings.py --- timer_backend/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timer_backend/settings.py b/timer_backend/settings.py index ed723a8..0e4111c 100644 --- a/timer_backend/settings.py +++ b/timer_backend/settings.py @@ -27,7 +27,7 @@ SECRET_KEY = 'kwuq4$3jeof1(0!k7)+1@40t5s3pe5uo2-amnsl50rsrhwncs0' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['localhost', 'shrouded-depths-07664.herokuapp.com'] +ALLOWED_HOSTS = ['localhost', 'shrouded-depths-07664.herokuapp.com', 'practice-sessions.artisan.al'] # Application definition