Skip to content

Instantly share code, notes, and snippets.

@ajcrites
Created February 9, 2016 17:12
Show Gist options
  • Save ajcrites/d0fbfe3c52035e165ad5 to your computer and use it in GitHub Desktop.
Save ajcrites/d0fbfe3c52035e165ad5 to your computer and use it in GitHub Desktop.
const chain = require("connect-chain");
function paramMiddleware(param) {
return chain(namedMiddleware, (req, res, next) => {
// do something with param
next(err);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment