From 7179742f961bb65509ae674dc94018fe3024efc6 Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Tue, 6 Sep 2022 09:46:56 -0700 Subject: [PATCH] Integrate MS Health Check Service (#130) * Update health check API * Integrate MS health check service * Enable overriding configurations with env vars Signed-off-by: Victor Chang --- src/InformaticsGateway/Services/Http/MonaiHealthCheck.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/InformaticsGateway/Services/Http/MonaiHealthCheck.cs b/src/InformaticsGateway/Services/Http/MonaiHealthCheck.cs index 007995a2f..d4ae19334 100644 --- a/src/InformaticsGateway/Services/Http/MonaiHealthCheck.cs +++ b/src/InformaticsGateway/Services/Http/MonaiHealthCheck.cs @@ -16,6 +16,7 @@ using System; using System.Linq; +using System.Text; using System.Threading; using System.Threading.Tasks; using Microsoft.Extensions.Diagnostics.HealthChecks;