proxy.conf.json 206 B

123456789101112
  1. {
  2. "/api": {
  3. "target": "http://localhost:3000",
  4. "secure": false,
  5. "changeOrigin": true
  6. },
  7. "/res": {
  8. "target": "http://localhost:3000",
  9. "secure": false,
  10. "changeOrigin": true
  11. }
  12. }