UNPKG

express-gateway-plugin-exec

Version:
6 lines (5 loc) 135 B
module.exports = function (adminExpressApp) { adminExpressApp.get('/hello', (req, res) => { res.json({hello: 'admin'}); }); };