diff --git a/Pal.Client/Net/RemoteApi.cs b/Pal.Client/Net/RemoteApi.cs index 7f94781..382f103 100644 --- a/Pal.Client/Net/RemoteApi.cs +++ b/Pal.Client/Net/RemoteApi.cs @@ -13,7 +13,7 @@ namespace Pal.Client.Net #if DEBUG public const string RemoteUrl = "http://localhost:5415"; #else - public const string RemoteUrl = "http://localhost:5415"; + public const string RemoteUrl = "https://pal.liza.sh"; #endif private readonly string _userAgent = $"{typeof(RemoteApi).Assembly.GetName().Name?.Replace(" ", "")}/{typeof(RemoteApi).Assembly.GetName().Version?.ToString(2)}";