Reset remote url

rendering
Liza 2023-02-23 00:02:31 +01:00
parent 26b3a54ebd
commit 0d8f655936
1 changed files with 1 additions and 1 deletions

View File

@ -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)}";