From 45b65649caf47865c41de4183f9f6a389f6f44ae Mon Sep 17 00:00:00 2001 From: Pernille Welle-Watne <perniww@online.no> Date: Fri, 5 Mar 2021 14:27:18 +0100 Subject: [PATCH] add frontend to settings --- backend/secfit/secfit/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/secfit/secfit/settings.py b/backend/secfit/secfit/settings.py index b1f5c7c5..455501fe 100644 --- a/backend/secfit/secfit/settings.py +++ b/backend/secfit/secfit/settings.py @@ -45,7 +45,8 @@ ALLOWED_HOSTS = [ "10." + groupid + ".0.4", "molde.idi.ntnu.no", "10.0.2.2", - "tdt4242-base.herokuapp.com" + "tdt4242-base.herokuapp.com", + "tdt4242-base.-secfitherokuapp.com" ] # Application definition -- GitLab