From 5c2791c2cf7e3406af27d6c08aa7a04e63c35ee9 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Sun, 15 Jun 2025 11:00:25 +0800 Subject: [PATCH] fix --- oj/production_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oj/production_settings.py b/oj/production_settings.py index 4f69212..762fe83 100644 --- a/oj/production_settings.py +++ b/oj/production_settings.py @@ -30,7 +30,7 @@ ALLOWED_HOSTS = [ CSRF_TRUSTED_ORIGINS = [ "http://localhost:5173", "http://localhost:9005", # health check - "http://localhost:8080", # judge server + "http://localhost:8000", # judge server "http://127.0.0.1:5173", "https://oj.xuyue.cc", "https://ojtest.xuyue.cc",