MikroWizard.mikrofront/proxy.conf.json
2025-07-04 22:39:01 +05:30

9 lines
No EOL
164 B
JSON

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