NotDeadYetContributors / NotDeadYet

.NET application health checking made easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HealthCheckModule Register.

prakash-patel opened this issue · comments

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?