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
elixir-client: Revert change to way base_url is used (#1998)
Originally the /v1/shape path was appended onto the `base_url` path, but
#1994 changed that to ignore any path elements in the base_url.
This change un-does that and reverts back to appending the /v1/shape
path onto the base_url.
(no changeset included as the one in #1994 covers this)
@msfstef almost backwards compatible...
0 commit comments