1e35e4a057157dd2d5e09ec14ed4211b4681e4c2
Added a call to `services.AddHttpClient();` in the `DependencyInjection` class within `DependencyInjection.cs`. This change registers the `HttpClient` service in the dependency injection container, allowing the application to use managed `HttpClient` instances.
Description
Languages
C#
100%