fix BankManagersClientApp.Program, add connection with rest api application

This commit is contained in:
Zakharov_Rostislav 2024-05-17 15:15:45 +04:00
parent 63cce4c4f8
commit e3c55f7c65

View File

@ -11,6 +11,8 @@ namespace BankManagersClientApp
var app = builder.Build();
APIClient.Connect(builder.Configuration);
// Configure the HTTP request pipeline.
if (!app.Environment.IsDevelopment())
{