Last active
October 10, 2018 06:41
-
-
Save leslie-alldridge/f433c993f74087dc80cec58a1c96ed4b to your computer and use it in GitHub Desktop.
URL encoded express
This file contains hidden or 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(express.json()); | |
app.use(express.urlencoded({ extended: true })); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment