15 lines
264 B
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
|
||
|
}
|
||
|
}
|