mikrofront/proxy.conf2.json

8 lines
135 B
JSON
Raw Permalink Normal View History

{
"/api": {
"target": "http://127.0.0.1/",
"secure": false,
"changeOrigin": true,
"pathRewrite": {"^/api" : ""}
}
}