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