29 lines
675 B
JSON
29 lines
675 B
JSON
{
|
|
"/icard-proxy": {
|
|
"target": "https://sakura.lk.crm4retail.ru/api/icard-proxy",
|
|
"secure": false,
|
|
"pathRewrite": {
|
|
"^/icard-proxy": ""
|
|
},
|
|
"changeOrigin": true,
|
|
"logLevel": "debug"
|
|
},
|
|
"/static": {
|
|
"target": "https://sakura.lk.crm4retail.ru/static",
|
|
"secure": false,
|
|
"pathRewrite": {
|
|
"^/static": ""
|
|
},
|
|
"changeOrigin": true,
|
|
"logLevel": "debug"
|
|
},
|
|
"/api/orders": {
|
|
"target": "https://sakura.lk.crm4retail.ru/api/orders",
|
|
"secure": false,
|
|
"pathRewrite": {
|
|
"^/api/orders": ""
|
|
},
|
|
"changeOrigin": true,
|
|
"logLevel": "debug"
|
|
}
|
|
} |