sequelize / express-example

A proposal for the usage of Sequelize within an Express.JS application.
MIT License
2.5k stars 770 forks source link

Replace deprecated body-parser with built-in json. #114

Closed bonellia closed 2 weeks ago

bonellia commented 3 years ago

A minor change to eliminate an error originated by the way body is parsed. Express adopted built-in method to parse json as you know, so I changed the relevant dependency.