proxy.conf.json 258 B

1234567891011121314
  1. {
  2. "/api": {
  3. "target": "http://localhost:3002",
  4. "secure": false,
  5. "changeOrigin": true,
  6. "logLevel": "debug"
  7. },
  8. "/parse": {
  9. "target": "http://localhost:3002",
  10. "secure": false,
  11. "changeOrigin": true,
  12. "logLevel": "debug"
  13. }
  14. }