From 2916fb04ae08dc4ce8d897576e518447edf807f6 Mon Sep 17 00:00:00 2001 From: Jonas Pacheco Date: Fri, 3 Apr 2026 18:15:45 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20endpoint=20de=20health=20correto=20do=20?= =?UTF-8?q?Superset=20(/health=20n=C3=A3o=20/api/health)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/engine-room/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/engine-room/routes.ts b/server/engine-room/routes.ts index 861e7d1..42f44fb 100644 --- a/server/engine-room/routes.ts +++ b/server/engine-room/routes.ts @@ -83,7 +83,7 @@ const ENGINES: EngineConfig[] = [ displayName: "MetaSet (Motor BI)", type: "java", port: 8088, - healthPath: "/api/health", + healthPath: "/health", category: "data", description: "Motor de BI - Consultas, Dashboards, Gráficos, Análises", },