UNPKG

micdrop

Version:

MicroService baseline using Express

5 lines (4 loc) 97 B
module.exports = (req, res, next) => { res.header('Sample-Header', 'some value'); next(); };