Skip to content

Commit

Permalink
No need to pass in a LinkGenerator anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
efleming18 committed Apr 6, 2019
1 parent 0fc29c8 commit 69dafa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Web/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ private static void ConfigureCookieSettings(IServiceCollection services)
}

// 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",
Expand Down

0 comments on commit 69dafa2

Please sign in to comment.