fix: endpoint de health correto do Superset (/health não /api/health)

This commit is contained in:
Jonas Pacheco 2026-04-03 18:15:45 -03:00
parent d971d07327
commit 2916fb04ae
1 changed files with 1 additions and 1 deletions

View File

@ -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",
},