Update server/server.js

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
Ponkhy 2021-09-11 14:34:19 +02:00 committed by GitHub
parent 651b525d06
commit f6d1a82989
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -361,7 +361,7 @@ let indexHTML = fs.readFileSync("./dist/index.html").toString();
} else {
callback({
ok: false,
msg: "Token Invalid.",
msg: "Invalid Token.",
valid: false,
})
}