fix: endpoint de health correto do Superset (/health não /api/health)
This commit is contained in:
parent
d971d07327
commit
2916fb04ae
|
|
@ -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",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue