I have a sequence of methods (get, post, put, delete), however the put method is wrong and I do not know how to solve it.
This is the snippet of code:
router.route('/')
.get((req, res) => res.status(200).send('Lista de Produtos'))...
asked by
26.09.2018 / 22:13