You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all URLs are stored in config.yaml and loaded up via utils.load_config() function.
We want to take the URLs out of the configuration file because that is client specific and they have a local copy of it and move the URLs into a separate file.
Currently all URLs are stored in
config.yaml
and loaded up viautils.load_config()
function.We want to take the URLs out of the configuration file because that is client specific and they have a local copy of it and move the URLs into a separate file.
This new file & retrieval function is implemented, but need to move all URL access patterns to use this URL.
The text was updated successfully, but these errors were encountered: