proxy.config.json 254 B

123456789101112131415
  1. {
  2. "/api": {
  3. "target": "http://localhost:9000",
  4. "secure": false
  5. },
  6. "/static": {
  7. "target": "http://localhost:9000",
  8. "secure": false
  9. },
  10. "/socket.io": {
  11. "target": "ws://localhost:9000",
  12. "secure": false,
  13. "ws": true
  14. }
  15. }