Hi,
is there a way to add wildcard or something else to API_BASE_URL param?
Im asking this because I have a domain www.something.com. If i set API_BASE_URL , everything works but if I do something.com, I get CORS error.
Since I can set only one API_BASE_PARAM any way to set it to work in both ways? (www and * )
THanks