SuiteCRM-Core/proxy.conf.env.json

7 lines
112 B
JSON
Raw Permalink Normal View History

{
"/api/*": {
"target": "http//<api_host>:<api_port>",
"secure": false,
"changeOrigin": true
}
}