fix registration
This commit is contained in:
parent
3194c5b600
commit
8ddaf57e17
|
@ -216,7 +216,8 @@ namespace Microsoft.Extensions.DependencyInjection
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
services.AddHttpClient("External");
|
// IHttpClientFactory for calling remote services via RemoteServiceBase
|
||||||
|
services.AddHttpClient();
|
||||||
|
|
||||||
return services;
|
return services;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user