| { | |
| "/orcs/*":{ | |
| "target":"http://localhost:8095", | |
| "secure":true, | |
| "changeOrigin":true, | |
| "logLevel":"debug", | |
| "pathReWrite":{ | |
| "^/orcs":"" | |
| } | |
| }, | |
| "/ats/*":{ | |
| "target":"http://localhost:8095", | |
| "secure":true, | |
| "changeOrigin":true, | |
| "logLevel":"debug", | |
| "pathReWrite":{ | |
| "^/ats":"" | |
| } | |
| } | |
| } |