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