Skip to content

Instantly share code, notes, and snippets.

@otmjka
Created November 26, 2019 20:48
Show Gist options
  • Select an option

  • Save otmjka/3cac1fdc835bce8436b27841b92e21c1 to your computer and use it in GitHub Desktop.

Select an option

Save otmjka/3cac1fdc835bce8436b27841b92e21c1 to your computer and use it in GitHub Desktop.
// npm i body-parser
const bodyParser = require('body-parser')
app.use(bodyParser.urlencoded({ extended: false }))
app.use(bodyParser.json())
const {name, email} = req.body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment