Relevant version
Relevant libraries
Breaking change
No
Description
In the current state of datx it is required that config.baseUrl contains a trailing slash.
If I'm correct this can be avoided by using a library like url-join or by adding a util function that normalizes url concatenation so it doesn't care if the trailing slash is provided.
I don't have deep knowledge about how the code works, but I think that the issue can be fixed by passing request._config.baseUrl and request._options.url in normalization function on line 110 in Network base request