diff --git a/src/Web/Startup.cs b/src/Web/Startup.cs index 5b57d17..dc4a91f 100644 --- a/src/Web/Startup.cs +++ b/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",