Closed davazp closed 7 years ago
The trailing slash of the path / (with optional query parameters) should not be trimmed, even when use trailingSlash is false.
/
trailingSlash
This change solves #11
@davazp thanks for the PR, your fix is correct.
The trailing slash of the path
/
(with optional query parameters) should not be trimmed, even when usetrailingSlash
is false.This change solves #11