3 references to AddHttpClient
Keycloak.Web (1)
Program.cs (1)
22builder.Services.AddHttpClient<WeatherApiClient>(client =>
MyFrontend (1)
Program.cs (1)
11builder.Services.AddHttpClient<CatalogServiceClient>(c => c.BaseAddress = new("https+http://catalogservice"));
WaitFor.Frontend (1)
Program.cs (1)
9builder.Services.AddHttpClient<ApiClient>(c => c.BaseAddress = new("http://api"));