Edit Records
This commit is contained in:
@@ -17,6 +17,7 @@ public static class ServiceCollectionExtensions
|
||||
services.AddTransient<HttpLoggingHandler>();
|
||||
|
||||
// Configure named HttpClient with logging handler
|
||||
// Note: Authentication is handled by AuthService setting DefaultRequestHeaders.Authorization
|
||||
services.AddHttpClient("DiunaBI", client =>
|
||||
{
|
||||
client.BaseAddress = new Uri(baseUri);
|
||||
|
||||
Reference in New Issue
Block a user