From b3550a1474d41d830b87c83b47f1e4996992eaa9 Mon Sep 17 00:00:00 2001 From: Pernille Welle-Watne <perniww@online.no> Date: Fri, 5 Mar 2021 14:28:15 +0100 Subject: [PATCH] fix spelling --- backend/secfit/secfit/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/secfit/secfit/settings.py b/backend/secfit/secfit/settings.py index 455501fe..8e71e610 100644 --- a/backend/secfit/secfit/settings.py +++ b/backend/secfit/secfit/settings.py @@ -46,7 +46,7 @@ ALLOWED_HOSTS = [ "molde.idi.ntnu.no", "10.0.2.2", "tdt4242-base.herokuapp.com", - "tdt4242-base.-secfitherokuapp.com" + "tdt4242-base-secfit.herokuapp.com" ] # Application definition -- GitLab