Skip to content

Instantly share code, notes, and snippets.

@aofleejay
Created July 29, 2017 08:43
Show Gist options
  • Save aofleejay/b7856aad9e71a9ad0f256b15e0ced22c to your computer and use it in GitHub Desktop.
Save aofleejay/b7856aad9e71a9ad0f256b15e0ced22c to your computer and use it in GitHub Desktop.
Add body-parser middleware
const bodyParser = require('body-parser')
app.use(bodyParser.json())
app.use(bodyParser.urlencoded({ extended: true }))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment