New base url.

This commit is contained in:
Burak Kaan Köse
2026-03-17 02:00:53 +01:00
parent 5f519f6ae1
commit e2b9216f8f
+1 -1
View File
@@ -34,7 +34,7 @@ public sealed class WinoAccountApiClient : IWinoAccountApiClient, IDisposable
_httpClient = new HttpClient(handler)
{
BaseAddress = new Uri("https://localhost:7204/")
BaseAddress = new Uri("https://api.winomail.app/")
};
_ownsHttpClient = true;
}