king
2021-02-02 316877c1d9e5b6d92334f30b03d97d7e833cd934
src/setupProxy.js
@@ -49,4 +49,13 @@
    }
    // cookieDomainRewrite: "http://localhost:3000"
  }))
  app.use(proxy('/trans', {
    target: `${host}/${service}trans`,
    secure: false,
    changeOrigin: true,
    pathRewrite: {
    '^/trans': '/'
    }
  }))
}