From 226fe46ee14adc4f79cacd04f672aa47d58a663b Mon Sep 17 00:00:00 2001 From: Edouard Bourque Date: Mon, 2 Sep 2024 15:19:54 -0400 Subject: [PATCH] Added clash.ebourque.com to allowed hosts --- clashstats/clashstats/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clashstats/clashstats/settings.py b/clashstats/clashstats/settings.py index 7aafc66..70ff1c4 100644 --- a/clashstats/clashstats/settings.py +++ b/clashstats/clashstats/settings.py @@ -25,7 +25,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ["localhost", "127.0.0.1", "clashstats.azurewebsites.net", "10.0.0.28"] +ALLOWED_HOSTS = ["localhost", "127.0.0.1", "clashstats.azurewebsites.net", "10.0.0.28", "clash.ebourque.com"] # Application definition