whats is the use notes.create(note) .then((data) => { res.send(data); }) .catch((err) => { res.status(500).send({ message: err.message || 'some error occurred while create the notes', }); });
0
By Luke Will at Mar 07 2021
By Luke Will at Mar 07 2021