scilake-catalogue-ui/proxy.conf.json

15 lines
264 B
JSON

{
"/api/*": {
"target": "http://localhost:8180/",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
},
"/requests-api/*": {
"target": "http://localhost:8380/",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
}
}