We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c9848 commit 446e11dCopy full SHA for 446e11d
1 file changed
core/global/global.go
@@ -48,7 +48,7 @@ func RepoURL() string {
48
}
49
func ResourceURL() string {
50
if CONF.Base.IsEnterprise {
51
- return "https://resource.fit2cloud.com/1panel/resource/enterprise"
+ return "https://resource.fit2cloud.com/1panel/resource/v2"
52
53
if CONF.Base.IsFxplay {
54
return "https://resource.fit2cloud.com/1panel/resource/fusionxplay"
0 commit comments