Files
marketplaces/proxy.conf.json

12 lines
185 B
JSON
Raw Permalink Normal View History

2026-01-18 18:57:06 +04:00
{
"/api": {
"target": "https://api.dexarmarket.ru:445",
"secure": false,
"changeOrigin": true,
"pathRewrite": {
"^/api": ""
},
"logLevel": "debug"
}
}