UNPKG

express-gateway

Version:

A microservices API gateway built on top of ExpressJS

7 lines (5 loc) 127 B
'use strict'; module.exports = (actionParams) => (req, res, next) => { req.egContext.run(actionParams.jscode); next(); };