Skip to content

Instantly share code, notes, and snippets.

@bpinedah
Created March 17, 2020 05:42
Show Gist options
  • Select an option

  • Save bpinedah/082329236dc82432a2dd6eae213d1d8a to your computer and use it in GitHub Desktop.

Select an option

Save bpinedah/082329236dc82432a2dd6eae213d1d8a to your computer and use it in GitHub Desktop.
Routes article
app.get('/test/(.*)', async (req, res, next) => {
req.test = { pre: true };
return next(req);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment