Settings refactoring.
This commit is contained in:
@@ -28,8 +28,8 @@ public sealed class WinoAccountApiClient : IWinoAccountApiClient, IDisposable
|
||||
private readonly SemaphoreSlim _tokenRefreshLock = new(1, 1);
|
||||
private readonly bool _ownsHttpClient;
|
||||
|
||||
// private const string ApiUrl = "https://localhost:7204/";
|
||||
private const string ApiUrl = "https://api.winomail.app/";
|
||||
private const string ApiUrl = "https://localhost:7204/";
|
||||
// private const string ApiUrl = "https://api.winomail.app/";
|
||||
|
||||
public WinoAccountApiClient(IDatabaseService databaseService, HttpClient? httpClient = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user