fix(dashboard): revert accidental change in dashboard.js

This commit is contained in:
Nicolas 2025-07-24 14:26:23 +08:00
parent eaf41045c5
commit 4ac3b1b210

View File

@ -201,7 +201,7 @@ function loadLogs(query = {}) {
}
function checkHealth() {
$.get("/health")
$.get("/api/health")
.done(function (data) {
const indicator = $(".health-indicator");
indicator