axios-logger
axios-logger copied to clipboard
`combineURLs` fails when `baseURL` is a relative path
Describe the bug
combineURLs throws the following error when the instance baseURL is a relative path, such as '/api/'.
Expected Behavior
Axios accepts relative paths as the baseURL so I'd expect the logger to be able to handle them too.
Additional context Introduced with this commit