proxy.conf.json 182 B

1234567891011
  1. {
  2. "/api": {
  3. "target": "http://192.168.15.213:3000/",
  4. "secure": false,
  5. "pathRewrite": {
  6. "^/api": ""
  7. },
  8. "changeOrigin": true,
  9. "logLevel": "debug"
  10. }
  11. }