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, if "base_url" does not end with "/", it is not properly concatenated with "endpoint".
For example:
base_url: http://any/url
endpoint: endpoint
result: http://any/endpoint ("url" is missing)
Currently, if "base_url" does not end with "/", it is not properly concatenated with "endpoint".
For example:
base_url: http://any/url
endpoint: endpoint
result: http://any/endpoint ("url" is missing)