Skip to content

Instantly share code, notes, and snippets.

@marr
Created February 10, 2018 20:03
Show Gist options
  • Save marr/e8a7f985538e02951e9106e31b74fb79 to your computer and use it in GitHub Desktop.
Save marr/e8a7f985538e02951e9106e31b74fb79 to your computer and use it in GitHub Desktop.
app.use(bodyParser.raw({
type: function () {
return true;
}, limit: '5mb'
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment