blob: 7104abf4ec0d04eeef808301422a7e6269305bd7 [file] [log] [blame]
{
"/identity": {
"target": "http://localhost:2021",
"secure": false,
"pathRewrite": {
"/identity": "/identity"
}
},
"/api/office": {
"target": "http://localhost:2023",
"secure": false,
"pathRewrite": {
"^/api/office": "/office"
}
},
"/api/customer": {
"target": "http://localhost:2024",
"secure": false,
"pathRewrite": {
"^/api/customer": "/customer"
}
},
"/api/accounting": {
"target": "http://localhost:2025",
"secure": false,
"pathRewrite": {
"^/api/accounting": "/accounting"
}
},
"/api/portfolio": {
"target": "http://localhost:2026",
"secure": false,
"pathRewrite": {
"^/api/portfolio": "/portfolio"
}
},
"/api/deposit": {
"target": "http://localhost:2027",
"secure": false,
"pathRewrite": {
"^/api/deposit": "/deposit"
}
},
"/api/teller": {
"target": "http://localhost:2028",
"secure": false,
"pathRewrite": {
"^/api/teller": "/teller"
}
},
"/api/reporting": {
"target": "http://localhost:2029",
"secure": false,
"pathRewrite": {
"^/api/reporting": "/reporting"
}
},
"/api/cheques": {
"target": "http://localhost:2030",
"secure": false,
"pathRewrite": {
"^/api/cheques": "/cheques"
}
},
"/api/payroll": {
"target": "http://localhost:2031",
"secure": false,
"pathRewrite": {
"^/api/payroll": "/payroll"
}
},
"/api/group": {
"target": "http://localhost:2032",
"secure": false,
"pathRewrite": {
"^/api/group": "/group"
}
},
"/api/notification": {
"target": "http://localhost:2033",
"secure": false,
"pathRewrite": {
"^/api/notification": "/notification"
}
}
}