fix BankManagersClientApp.Program, add connection with rest api application
This commit is contained in:
parent
63cce4c4f8
commit
e3c55f7c65
@ -11,6 +11,8 @@ namespace BankManagersClientApp
|
||||
|
||||
var app = builder.Build();
|
||||
|
||||
APIClient.Connect(builder.Configuration);
|
||||
|
||||
// Configure the HTTP request pipeline.
|
||||
if (!app.Environment.IsDevelopment())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user