Files
marketplaces/proxy.conf.novo.json

12 lines
182 B
JSON
Raw Normal View History

2026-04-13 23:19:38 +04:00
{
"/api": {
"target": "https://api.novo.market:444",
"secure": false,
"changeOrigin": true,
"pathRewrite": {
"^/api": ""
},
"logLevel": "debug"
}
}