Fix API endpoint - use correct /api/v1/cluster/status
This commit is contained in:
@@ -756,7 +756,7 @@
|
||||
async function loadDashboard() {
|
||||
try {
|
||||
showLoading();
|
||||
const response = await fetch('/api/cluster/health');
|
||||
const response = await fetch('/api/v1/cluster/status');
|
||||
const data = await response.json();
|
||||
currentData = data;
|
||||
updateDashboard(data);
|
||||
|
||||
Reference in New Issue
Block a user