mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-27 22:54:07 +00:00
As reported in #2670, if a URL has a trailing slash and also contains path parameters then the original logic had a bug that would drop the trailing slash. This implements the fix proposed by @ThenTech.