update for id bug 4

This commit is contained in:
Mohamed Nouffer
2022-11-16 11:32:19 +05:30
parent f5fc829b4e
commit dc2544677b

View File

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