From 69dafa29e2cb9459eed0d22319adfcf8e99656e5 Mon Sep 17 00:00:00 2001 From: Eric Fleming Date: Fri, 5 Apr 2019 22:06:07 -0400 Subject: [PATCH] No need to pass in a LinkGenerator anymore --- src/Web/Startup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",