scilake-catalogue-ui/proxy.conf.json

15 lines
264 B
JSON
Raw Normal View History

2024-05-27 11:12:24 +02:00
{
"/api/*": {
"target": "http://localhost:8180/",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
},
"/requests-api/*": {
"target": "http://localhost:8380/",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
}
}