dev-proxy.copy.js 149 B

123456789
  1. module.exports = {
  2. "/api/": {
  3. target: "http://192.168.10.239:9888",
  4. changeOrigin: true,
  5. pathRewrite: {
  6. "^/api": "/"
  7. }
  8. }
  9. };