Browse Source

No need to pass in a LinkGenerator anymore

main
Eric Fleming 7 years ago
parent
commit
69dafa29e2
  1. 2
      src/Web/Startup.cs

2
src/Web/Startup.cs

@ -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",

Loading…
Cancel
Save