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