I have added a proxy for a domain in the following way using Angular4,
/admin/rest/v1.0/pays/pay?sort=regTimeStamp,desc
And i have created the proxy.config.json
in the root of the project folder.
{
"/admin/*" : {
"target": "https://uat.global.com:8080",
"secure": false,
"logLevel": "debug",
"changeOrigin": true
}
But how do i set proxy for multiple domains?
i want to use two different domain names for different API calls,