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)",
|
displayName: "MetaSet (Motor BI)",
|
||||||
type: "java",
|
type: "java",
|
||||||
port: 8088,
|
port: 8088,
|
||||||
healthPath: "/api/health",
|
healthPath: "/health",
|
||||||
category: "data",
|
category: "data",
|
||||||
description: "Motor de BI - Consultas, Dashboards, Gráficos, Análises",
|
description: "Motor de BI - Consultas, Dashboards, Gráficos, Análises",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue