From ce30694ada7926d4720f3a9799531195cdff3413 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Mon, 3 Mar 2025 08:30:38 +0800 Subject: [PATCH] test --- api/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/settings.py b/api/settings.py index 8b59275..1d76487 100644 --- a/api/settings.py +++ b/api/settings.py @@ -26,7 +26,7 @@ SECRET_KEY = os.environ.get("SECRET_KEY") # SECURITY WARNING: don't run with debug turned on in production! DEBUG = False -ALLOWED_HOSTS = ["web.xuyue.cc", "localhost", "127.0.0.1"] +ALLOWED_HOSTS = ["webpreviewapi.xuyue.cc", "localhost", "127.0.0.1"] # Application definition