Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created October 4, 2018 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amandeepmittal/c8f890c7137f5a9a8cdcc7720975a1f3 to your computer and use it in GitHub Desktop.
Save amandeepmittal/c8f890c7137f5a9a8cdcc7720975a1f3 to your computer and use it in GitHub Desktop.
// request and response objects in ExpressJS
app.use((request, response) => {
// ... rest of the route
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment