{ "/.well-known": { "target": "http://localhost:3000", "secure": false, "changeOrigin": true }, "/oidc": { "target": "http://localhost:3000", "secure": false, "changeOrigin": true }, "/interaction": { "target": "http://localhost:3000", "secure": false, "changeOrigin": true }, "/api": { "target": "http://localhost:3000", "secure": false, "changeOrigin": true, "pathRewrite": { "^/api": "" } } }