Update server/server.js

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/363/head
Ponkhy 3 years ago committed by GitHub
parent 14b7688b70
commit 651b525d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save