mikrofront/proxy.conf.json

8 lines
141 B
JSON
Raw Normal View History

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