예제 #1
0
 public IActionResult Healthcheck()
 {
     return(_dockerService.IsMonitoringEvents() ? StatusCode(200) : StatusCode(500));
 }