UNPKG

express-gateway-plugin-pep

Version:

使用nodejs实现的express-gateway网关权限插件

7 lines (6 loc) 143 B
module.exports = { name: 'url-match', handler: function (req, conditionConfig) { return (conditionConfig.expected === req.url); } };