Created
March 3, 2016 17:57
-
-
Save leandroh/28a4ae3f0644e4b57521 to your computer and use it in GitHub Desktop.
body-parser extracts the entire body portion of a request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app.use(bodyParser.json()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment