mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-03-20 12:34:18 -04:00
The URL crate treats `https://domain.tld/path` differently then `https://domain.tld/path/` the latter will make sure a `.join()` will append the given path instead of using the base as a relative path. Fixes #4858