mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Update server/server.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
651b525d06
commit
f6d1a82989
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ let indexHTML = fs.readFileSync("./dist/index.html").toString();
|
|||
} else {
|
||||
callback({
|
||||
ok: false,
|
||||
msg: "Token Invalid.",
|
||||
msg: "Invalid Token.",
|
||||
valid: false,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue