Open prakash-patel opened 7 years ago
Once i register HealtCheckModule module builder.RegisterModule(new HealthCheckModule());. How to resolve in WebApiConfig.cs file in Web API project?
builder.RegisterModule(new HealthCheckModule());
WebApiConfig.cs
I mean do i have to call config.RegisterHealthCheck(healthChecker); in that file?
config.RegisterHealthCheck(healthChecker);
Once i register HealtCheckModule module
builder.RegisterModule(new HealthCheckModule());
. How to resolve inWebApiConfig.cs
file in Web API project?I mean do i have to call
config.RegisterHealthCheck(healthChecker);
in that file?