Back to Practical Aspnetcore

A new way to map health check

projects/endpoint-routing/new-routing-21/README.md

latest283 B
Original Source

A new way to map health check

Use IEndpointRouteBuilder.MapHealthChecks to configure health check instead of IApplicationBuilder.UseHealthChecks. This is how it's done in ASP.NET Core 2.2.