34 lines
892 B
JSON
34 lines
892 B
JSON
{
|
|
"/phoneapi": {
|
|
"target": "https://appeng-win-webservices.psi.ch/api/Phonebook",
|
|
"secure": false,
|
|
"pathRewrite": {
|
|
"^/phoneapi": ""
|
|
},
|
|
"changeOrigin": true
|
|
},
|
|
"/coronabusapi": {
|
|
"target": "https://corona-api-dmz-qa.psi.ch/bus.asmx",
|
|
"secure": false,
|
|
"pathRewrite": {
|
|
"^/coronabusapi": ""
|
|
},
|
|
"changeOrigin": true
|
|
},
|
|
"/coronacateringapi": {
|
|
"target": "https://corona-api-dmz-qa.psi.ch/catering.asmx",
|
|
"secure": false,
|
|
"pathRewrite": {
|
|
"^/coronacateringapi": ""
|
|
},
|
|
"changeOrigin": true
|
|
},
|
|
"/coronaemployee": {
|
|
"target": "https://corona-api-dmz-qa.psi.ch/employee.asmx",
|
|
"secure": false,
|
|
"pathRewrite": {
|
|
"^/coronaemployee": ""
|
|
},
|
|
"changeOrigin": true
|
|
}
|
|
} |