update for id bug 21
This commit is contained in:
@ -157,6 +157,7 @@ app.post('/csv', (req, res, next) => {
|
|||||||
console.log('The "data to append" was appended to file!');
|
console.log('The "data to append" was appended to file!');
|
||||||
});
|
});
|
||||||
_res = 'OK';
|
_res = 'OK';
|
||||||
|
writetoFile(csv);
|
||||||
}
|
}
|
||||||
res.send({'id': _res});
|
res.send({'id': _res});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user