Is it possible to make such an ajax call from a custom js view without making an action in controller or an entry point?
The url that I specify in declaration of ajax get's changed into /api/v1/url and not plain url. How can I bypass this?
Thanks
The url that I specify in declaration of ajax get's changed into /api/v1/url and not plain url. How can I bypass this?
Thanks
Comment