fix(dashboard): revert accidental change in dashboard.js
This commit is contained in:
parent
eaf41045c5
commit
4ac3b1b210
@ -201,7 +201,7 @@ function loadLogs(query = {}) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function checkHealth() {
|
function checkHealth() {
|
||||||
$.get("/health")
|
$.get("/api/health")
|
||||||
.done(function (data) {
|
.done(function (data) {
|
||||||
const indicator = $(".health-indicator");
|
const indicator = $(".health-indicator");
|
||||||
indicator
|
indicator
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user