Blame view

node_modules/http-proxy-middleware/index.js 106 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
  var HPM = require('./lib')
  
  module.exports = function (context, opts) {
    return new HPM(context, opts)
  }