Skip to content

Instantly share code, notes, and snippets.

@lcanady
Created December 7, 2020 14:13
Show Gist options
  • Save lcanady/69a87a87d507e25a3fdf0857a98df2e9 to your computer and use it in GitHub Desktop.
Save lcanady/69a87a87d507e25a3fdf0857a98df2e9 to your computer and use it in GitHub Desktop.
middleware tutorial example
module.exports = (req, res, next) => {
req.property = value;
next();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment