Skip to content

Instantly share code, notes, and snippets.

@mishazawa
Created March 7, 2019 12:24
Show Gist options
  • Select an option

  • Save mishazawa/a04d70ca872995f9713ad0d8d55ffad7 to your computer and use it in GitHub Desktop.

Select an option

Save mishazawa/a04d70ca872995f9713ad0d8d55ffad7 to your computer and use it in GitHub Desktop.
express mw example
export const possal = (req, res, next) => {
res.set('Ya-Possal', '*');
return next();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment