No need to pass in a LinkGenerator anymore
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user