UNPKG

express-gateway

Version:

A microservices API gateway built on top of ExpressJS

4 lines (3 loc) 107 B
module.exports = (params) => (req, res, next) => res.status(params.statusCode).send(params.message);