Posts by Mateus Cavalcanti • 21 points
1 post
-
2
votes1
answer97
viewsQ: Update is not performed in the Database using Sequelize and Nodejs
I have the following route that is responsible for receiving the data coming from a form and doing an update of the data that is in my database router.post('/articles/update', (req, res) => { let…