Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add body-parser #2

Open
kofmj opened this issue Jun 12, 2020 · 0 comments
Open

add body-parser #2

kofmj opened this issue Jun 12, 2020 · 0 comments

Comments

@kofmj
Copy link

kofmj commented Jun 12, 2020

index.js:
const bodyParser = require('body-parser')
....
// Please add the following code
app.use(bodyParser.json())
app.use(bodyParser.urlencoded({ extended: false }))
.....

thx!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant