This repository has been archived on 2025-12-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
qmi-cloud/proxy.conf.json
2023-05-09 16:23:45 +02:00

9 lines
171 B
JSON

{
"/api/*": {
"target": "http://localhost:3000/api",
"secure": false,
"logLevel": "debug",
"changeOrigin": true,
"pathRewrite": { "^/api": "" }
}
}