This commit is contained in:
sdarbinyan
2026-05-14 14:19:29 +04:00
parent 3a2e1bf65d
commit 1e4f0b6964
5 changed files with 25 additions and 32 deletions

View File

@@ -1,9 +1,9 @@
{
"/proxy/fastcheck": {
"target": "https://api.fastcheck.store",
"/proxy/fastcheck-store": {
"target": "https://fastcheck.store",
"secure": true,
"changeOrigin": true,
"pathRewrite": { "^/proxy/fastcheck": "" },
"pathRewrite": { "^/proxy/fastcheck-store": "" },
"logLevel": "debug"
},
"/proxy/qr-vitanova": {
@@ -12,12 +12,5 @@
"changeOrigin": true,
"pathRewrite": { "^/proxy/qr-vitanova": "" },
"logLevel": "debug"
},
"/proxy/fastcheck-store": {
"target": "https://fastcheck.store",
"secure": true,
"changeOrigin": true,
"pathRewrite": { "^/proxy/fastcheck-store": "" },
"logLevel": "debug"
}
}