surya 2021-08-21 20:10:04 +05:30
commit e7479458f8

View File

@ -23,7 +23,7 @@ exports.MasterDatas = async (req, res) => {
}) })
.then(data => .then(data =>
{ {
res.send({'status':200,'message':"success",'data':data}); res.send({'status':200,'message':"success",'statementsmasterrData':data});
logMsg.info("Master Data List api call Success"); logMsg.info("Master Data List api call Success");
}) })
.catch(err => { .catch(err => {