Asymmetrik/ngx-starter

View on GitHub
proxy.conf.template.json

Summary

Maintainability
Test Coverage
{
  "/api": {
    "target": "http://localhost:3000",
    "secure": false,
    "logLevel": "debug",
    "changeOrigin": true
  },
  "/socket.io" : {
    "target": "http://localhost:3000",
    "secure": false,
    "ws": true
  }
}