修改登录链接

This commit is contained in:
2026-05-28 16:10:08 +08:00
parent 3cfc77d12b
commit bf82c06608
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ namespace ZooMatch
#endif
public const string DomainRelease = "zoomatch.fun";
//is debug test--------
public const string DomainDebugUrl = @"https://sandbox-api.swhitegames.tech/api/";
public const string DomainDebugUrl = @"https://api.jsoncompare.online/";
public static readonly string DomainReleaseUrl = $"https://{DomainRelease}/api/";