{ "/api": { "target": "http://localhost:3000", "secure": false, "changeOrigin": true, "pathRewrite": { "^/api": "" }, "logLevel": "debug" }, "/api/socket.io": { "target": "http://localhost:300", "secure": false, "ws": true, "changeOrigin": true, "logLevel": "debug" }, "/ws": { "target": "ws://localhost:3000", "ws": true, "secure": false, "changeOrigin": true } }