Merge branch 'master' of https://bitbucket.org/venbainformationtechnology/smc_cet_financials_backend
This commit is contained in:
commit
e7479458f8
@ -23,7 +23,7 @@ exports.MasterDatas = async (req, res) => {
|
||||
})
|
||||
.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");
|
||||
})
|
||||
.catch(err => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user