1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{ "/api": { "target": "http://localhost:9080", "secure": false, "pathRewrite": { "^/api": "" } }, "/mock-api": { "target": "http://localhost:8089", "secure": false, "pathRewrite": { "^/mock-api": "/portal-bff" } }, "/auth": { "target": "http://localhost:8080", "secure": false } }