MikroWizard.mikrofront/proxy.conf.json
2025-06-30 22:08:02 +05:30

9 lines
No EOL
168 B
JSON

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