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
While doing the "good old form" exercise, I came across a warning in VSCode saying that "bodyparser" is deprecated.
Using app.use(express.urlencoded({ extended: false })) instead works fine and silences this warning.
The text was updated successfully, but these errors were encountered:
While doing the "good old form" exercise, I came across a warning in VSCode saying that "bodyparser" is deprecated.
Using
app.use(express.urlencoded({ extended: false }))
instead works fine and silences this warning.The text was updated successfully, but these errors were encountered: