mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-02 19:20:54 -05:00
Update server/server.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
14b7688b70
commit
651b525d06
@ -251,7 +251,7 @@ let indexHTML = fs.readFileSync("./dist/index.html").toString();
|
|||||||
} else {
|
} else {
|
||||||
callback({
|
callback({
|
||||||
ok: false,
|
ok: false,
|
||||||
msg: "Token Invalid!",
|
msg: "Invalid Token!",
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user