diff --git a/src/api/routes/index.js b/src/api/routes/index.js index 57be567..179ed49 100644 --- a/src/api/routes/index.js +++ b/src/api/routes/index.js @@ -174,7 +174,7 @@ router.get('/moreInfo/:title' , (req, res) =>{ .then(info =>{ if (info.length > 0) { res.status(200).json({ - info + info: JSON.parse(JSON.stringify(info)) }); } else { res.status(404) } }).catch((err) =>{