diff --git a/service/cards.js b/service/cards.js index 463c95c..26a9e08 100644 --- a/service/cards.js +++ b/service/cards.js @@ -11,6 +11,9 @@ var cards = { createCard: async function (req, res, next) { try { + + //logger.info(req.query); + logger.info(req.body); // const userData = new User(req.body); // const {email} = userData;