From 5f615ea13b36cfa385780853a2f588ec1ce0886c Mon Sep 17 00:00:00 2001 From: "Amir.H Khademi" Date: Tue, 23 Apr 2024 23:58:12 +0330 Subject: [PATCH] change health controller --- Netina.Api/Controller/HealthController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Netina.Api/Controller/HealthController.cs b/Netina.Api/Controller/HealthController.cs index 59f24df..832034a 100644 --- a/Netina.Api/Controller/HealthController.cs +++ b/Netina.Api/Controller/HealthController.cs @@ -17,7 +17,7 @@ public class HealthController : ICarterModule public async Task GetHealth([FromServices]ISiteMapService siteMapService) { - await siteMapService.CreateSiteMapAsync(); + //await siteMapService.CreateSiteMapAsync(); var version = typeof(Program)?.Assembly.GetName()?.Version?.ToString(); var check = new HealthCheck {