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

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,
})
}