This commit is contained in:
Lukian LEIZOUR 2024-06-06 13:35:41 +02:00
parent e1470db521
commit cd74f8e71b

View file

@ -24,7 +24,7 @@ router.post('/', async (req, res) => {
return res.status(400).send({error: "this game doesn't exist in the data base"})
};
res.status(200).send(JSON.parse(helpers[0]));
res.status(200).send(JSON.parse(helpers[0].helpers));
});
module.exports = router;