Created
March 7, 2019 12:24
-
-
Save mishazawa/a04d70ca872995f9713ad0d8d55ffad7 to your computer and use it in GitHub Desktop.
express mw example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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