No need to pass in a LinkGenerator anymore

This commit is contained in:
Eric Fleming
2019-04-05 22:06:07 -04:00
parent 0fc29c818b
commit 69dafa29e2

View File

@@ -183,7 +183,7 @@ namespace Microsoft.eShopWeb.Web
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
public void Configure(IApplicationBuilder app, IHostingEnvironment env, LinkGenerator linkGenerator)
public void Configure(IApplicationBuilder app, IHostingEnvironment env)
{
//app.UseDeveloperExceptionPage();
app.UseHealthChecks("/health",