fix root route appending a trailing slash (#30)

This commit is contained in:
Ryan Brink
2021-04-19 14:47:35 -04:00
committed by GitHub
parent dd978276d2
commit a3cf7dad9b
4 changed files with 123 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## [0.5.1] - April 19th, 2021
### Changed
- Resolved bug where paths under root route where appending a trailing `/`
## [0.5.0] - April 19th, 2021
### Added