DEV Community

Discussion on: Build REST API with Express & Mongoose

Collapse
 
valenception profile image
Valentin

Hi! Nice tutorial thank you!
You could swap bodyParser.json() with express.json().
One dependency less to manage.

Collapse
 
rahmanfadhil profile image
Rahman Fadhil

Wow, I just knew that, thanks! 😁

Collapse
 
rahmanfadhil profile image
Rahman Fadhil

I'll stick with body-parser, express.json is still relatively new...