Added whitelist function

This commit is contained in:
2023-08-04 19:27:29 +02:00
parent 1b89c4440b
commit e5644462b9
6 changed files with 101 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ router.post('/', async (req, res) => {
},
});
res.send({ code: minecraftCol[0].code });
res.send({ code: minecraftCol[0].code, whitelisted: minecraftCol[0].whitelisted, username: 'Username', rawUsername: 'RawUsername' });
} catch (error) {
console.log(error);