fixed novo market apis

This commit is contained in:
sdarbinyan
2026-04-13 23:19:38 +04:00
parent 77737f0ba9
commit 06a7568386
7 changed files with 26 additions and 4 deletions

11
proxy.conf.novo.json Normal file
View File

@@ -0,0 +1,11 @@
{
"/api": {
"target": "https://api.novo.market:444",
"secure": false,
"changeOrigin": true,
"pathRewrite": {
"^/api": ""
},
"logLevel": "debug"
}
}