Files
FastCheck/proxy.conf.json
sdarbinyan 1e4f0b6964 api
2026-05-14 14:19:29 +04:00

17 lines
399 B
JSON

{
"/proxy/fastcheck-store": {
"target": "https://fastcheck.store",
"secure": true,
"changeOrigin": true,
"pathRewrite": { "^/proxy/fastcheck-store": "" },
"logLevel": "debug"
},
"/proxy/qr-vitanova": {
"target": "https://qr.vitanova.network",
"secure": true,
"changeOrigin": true,
"pathRewrite": { "^/proxy/qr-vitanova": "" },
"logLevel": "debug"
}
}