fix queue update

This commit is contained in:
Alex Bezdieniezhnykh
2025-05-02 17:45:30 +03:00
parent 472ed6533e
commit 24442869c0
11 changed files with 24 additions and 22 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ public partial class App
login.CredentialsEntered += (_, credentials) =>
{
_inferenceClient.Send(RemoteCommand.Create(CommandType.Login, credentials));
_azaionApi = new AzaionApi(new HttpClient { BaseAddress = new Uri(SecurityConstants.API_URL) }, _cache, credentials);
_azaionApi = new AzaionApi(new HttpClient { BaseAddress = new Uri(secureAppConfig.InferenceClientConfig.ApiUrl) }, _cache, credentials);
try
{