12 lines
183 B
JSON
12 lines
183 B
JSON
|
|
{
|
||
|
|
"/api": {
|
||
|
|
"target": "https://api.lavero.store:555",
|
||
|
|
"secure": false,
|
||
|
|
"changeOrigin": true,
|
||
|
|
"pathRewrite": {
|
||
|
|
"^/api": ""
|
||
|
|
},
|
||
|
|
"logLevel": "debug"
|
||
|
|
}
|
||
|
|
}
|