I got a global variable XX stored in a config.js file and used throught my application as part of APIs end points. this variable frequently change because of backend create every time a new space with data and provide that variable XX.
Because is difficlut for no-dev to change it every time they want to check new data. i need to store that variable value in the url as http:///XX/....
I have no clue on how to start it and was looking for any ideas or inputs
when i have the variable value changed within my url, my application should render and call apis using the new XX value