diff --git a/service/cards.js b/service/cards.js index 4b6d609..463c95c 100644 --- a/service/cards.js +++ b/service/cards.js @@ -36,8 +36,12 @@ var cards = { }, }, }); - - + console.log(cardholder); + let resultItem = { + "result":cardholder, + "total_record":0 + } + next(null, resultItem); // pass control to the next handler // res.status(200).json(saveUser); } catch (error) {