Last active
May 28, 2019 02:52
-
-
Save KimGenius/d586e1034b1ed854acf6a3c385ca6ac6 to your computer and use it in GitHub Desktop.
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
const bodyParser = require('body-parser') | |
app.use(bodyParser.urlencoded({ | |
extended: true | |
})) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment