proxy.conf.json 145 B

12345678
  1. {
  2. "/api/voc-e-commerce": {
  3. "target": "http://127.0.0.1:3000",
  4. "secure": false,
  5. "changeOrigin": true,
  6. "logLevel": "debug"
  7. }
  8. }