update for id bug 7

This commit is contained in:
Mohamed Nouffer
2022-11-16 11:41:17 +05:30
parent 25749ae641
commit 7d490613ec

View File

@ -169,6 +169,7 @@ app.post('/csv', (req, res, next) => {
// print CSV string
//console.log(csv);
});
console.log("---sending res -----");
res.send(_res);
});