✅ Configure base address in HttpClient in Dependency Injection
Hi! I want to add http client with configuration for the service
It has an implementation
ILocationServiceIt has an implementation
NominatimLocationService where I get this http client. The problem is that I get default http client without configuration. What have I done wrong? Also is there a way to configure HttpClientHander in Dependency Injection? I need it to set automatic decompression

