修改登录
This commit is contained in:
@@ -20,7 +20,7 @@ namespace BingoBrain
|
||||
|
||||
public static string domainUrl => IsReleaseMode ? DomainReleaseUrl : DomainDebugUrl;
|
||||
|
||||
public const string DomainDebugUrl = @"http://api.jsoncompare.online/";
|
||||
public const string DomainDebugUrl = @"https://api.jsoncompare.online/";
|
||||
public static readonly string DomainReleaseUrl = $"https://{DomainRelease}/api/";
|
||||
public const string DomainRelease = "bingoglassland.top";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user