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
{{ message }}
This repository was archived by the owner on Oct 29, 2021. It is now read-only.
Currently, the
parse()
method does a nestedstr_replace
on the built-in "{ENDPOINT}" template key.If the base-url is simply "/", though, this removes all slashes from the endpoint. Yea, bad.
Simply changing:
to this:
should do the trick.
The text was updated successfully, but these errors were encountered: