proxy-conf.json 131 B

12345678
  1. [
  2. {
  3. "context": ["/api"],
  4. "target": "http://10.8.0.1:8880",
  5. "secure": false,
  6. "pathRewrite": { "^/api": "" }
  7. }
  8. ]