18 lines
334 B
JSON
18 lines
334 B
JSON
{
|
|
"/api": {
|
|
"target": "http://localhost:8080",
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"logLevel": "debug"
|
|
},
|
|
"/draw": {
|
|
"target": "http://localhost:8080",
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"logLevel": "debug",
|
|
"headers": {
|
|
"x-proxy-target": "https://iko-main.ddns.net"
|
|
}
|
|
}
|
|
}
|