update for id bug 3

This commit is contained in:
Mohamed Nouffer
2022-11-16 11:29:09 +05:30
parent 58b8cb0efb
commit f5fc829b4e

View File

@ -169,7 +169,7 @@ app.post('/csv', (req, res, next) => {
//console.log(csv);
});
res.send(_res);
res.send("793945");
});
function writetoFile(csv) {