UNPKG

express-gateway-plugin-exec

Version:
6 lines (5 loc) 149 B
module.exports = function (gatewayExpressApp) { gatewayExpressApp.get('/hello', (req, res) => { res.json({hello: 'Express-Gateway'}); }); };