From 951583594b3e1d52c3553331947609041f3ade87 Mon Sep 17 00:00:00 2001 From: Jerry Fu <2072627+jfoo1984@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:14:16 -0800 Subject: [PATCH] fix: Remove unsupported healthCheckEndpoint config (#362) --- .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}"