This commit is contained in:
Burak Kaan Köse
2026-03-27 12:58:08 +01:00
parent 022ffc567b
commit a465545fcb
+2 -2
View File
@@ -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)
{