Browse Source

Update server/server.js

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

2
server/server.js

@ -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…
Cancel
Save