fix: fix URL builder issues
* basepath normalization: String.replace is not in-place. * params: unshift adds array items, we wanted to pop the last item.
Please register or sign in to comment
* basepath normalization: String.replace is not in-place. * params: unshift adds array items, we wanted to pop the last item.