Hi Team,
I want to set the Service Url dynamically that is I want to hardcode the common part of the URL in some javascript file that is in my code and use {url}/login .. {url}/search, . etc... is it possible and how to do that.
I tried hardcoding the common part of the url in a ".js" file in my code.
But that did not worked.
Any suggestions.
Thanks in advance.