Skip to content

Instantly share code, notes, and snippets.

@leslie-alldridge
Last active October 10, 2018 06:41
Show Gist options
  • Save leslie-alldridge/f433c993f74087dc80cec58a1c96ed4b to your computer and use it in GitHub Desktop.
Save leslie-alldridge/f433c993f74087dc80cec58a1c96ed4b to your computer and use it in GitHub Desktop.
URL encoded express
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