From 2f8fe2dcaf0c77e36fbbd2d6637d649b153122be Mon Sep 17 00:00:00 2001 From: Jerry Fu <2072627+jfoo1984@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:43:15 -0800 Subject: [PATCH] Remove unsupported healthCheckEndpoint config --- .meshrc.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.meshrc.yaml b/.meshrc.yaml index 3b3326ab..160e8583 100644 --- a/.meshrc.yaml +++ b/.meshrc.yaml @@ -252,7 +252,6 @@ plugins: serve: port: 4444 endpoint: "/graphqlfed" - healthCheckEndpoint: "/health" playground: true cors: origin: "${ALLOWED_CORS_ORIGINS}"