const app = express()

app.use(matchPath, proxy(serverAddress, {
  proxyReqPathResolver: function(req) {
    return remainPath + req.url
  }
}))

 

相关文章: