Skip to content

Instantly share code, notes, and snippets.

@samuelteixeiras
Created March 23, 2022 23:31
Show Gist options
  • Save samuelteixeiras/68a1cb0e2ee8f6f50d55432fdee99267 to your computer and use it in GitHub Desktop.
Save samuelteixeiras/68a1cb0e2ee8f6f50d55432fdee99267 to your computer and use it in GitHub Desktop.
bodyParser
app.use(bodyParser.text({
type: function(req) {
return 'text';
}
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment