project_mern_memories
project_mern_memories copied to clipboard
Fixing bodyParser Deprecation.
For newer versions of Express.js bodyParser
is deprecated, instead we use express.json()
& express.urlencoded()
Thanks
For newer versions of Express.js
bodyParser
is deprecated, instead we useexpress.json()
&express.urlencoded()
Thanks :)
@HananCS No worries, it's a pleasure. We're in this together!
For newer versions of Express.js
bodyParser
is deprecated, instead we useexpress.json()
&express.urlencoded()
Thanks you :) I think it was the bug of vs code until i saw this PR.
This has been changed sin Part 4 branch. Was it mentioned on the part 4 video? I'm unsure.
I am trying to debbug the code for 2 hours and this was the solution. Thanks for sharing.