NotDeadYetContributors / NotDeadYet

.NET application health checking made easy
72 stars 15 forks source link

HealthCheckModule Register. #11

Open prakash-patel opened 7 years ago

prakash-patel commented 7 years ago

Once i register HealtCheckModule module builder.RegisterModule(new HealthCheckModule());. How to resolve in WebApiConfig.cs file in Web API project?

I mean do i have to call config.RegisterHealthCheck(healthChecker); in that file?