proxy.conf.json 285 B

1234567891011121314
  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. "/api/domestic-voc": {
  9. "target": "http://127.0.0.1:4400",
  10. "secure": false,
  11. "changeOrigin": true,
  12. "logLevel": "debug"
  13. }
  14. }