Skip to content

Commit a2a6e8b

Browse files
authored
fix unable to resovle IHttpClientFactory (#67)
Co-authored-by: norman <[email protected]>
1 parent bf760ca commit a2a6e8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/AspNetCoreExample/Startup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public Startup(IConfiguration configuration, ILogger<Startup> logger)
5151
public void ConfigureServices(IServiceCollection services)
5252
{
5353
services.AddMvc();
54+
services.AddHttpClient();
5455
}
5556

5657
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.

0 commit comments

Comments
 (0)