From 1e2dc425540b2f4e766e1ca997f8904b87c073bd Mon Sep 17 00:00:00 2001 From: ssongliu Date: Fri, 15 May 2026 10:14:03 +0800 Subject: [PATCH] chore: update enterprise resource URL (#12735) --- core/global/global.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/global/global.go b/core/global/global.go index 94331c5a1..bc8e2c6b0 100644 --- a/core/global/global.go +++ b/core/global/global.go @@ -48,7 +48,7 @@ func RepoURL() string { } func ResourceURL() string { if CONF.Base.IsEnterprise { - return "https://resource.fit2cloud.com/1panel/resource/enterprise" + return "https://resource.fit2cloud.com/1panel/resource/v2" } if CONF.Base.IsFxplay { return "https://resource.fit2cloud.com/1panel/resource/fusionxplay"