You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I know you probably already know this so it's more for anyone else following this tutorial)
I think we don't need the body-parser package any longer because Express now comes built in with the functions that body-parser provided. Now we can simply use app.use(express.json()); and app.use(express.urlencoded({ extended: true })); instead! :)
See https://www.robinwieruch.de/node-express-server-rest-api/#comment-4467266016
The text was updated successfully, but these errors were encountered: