fix: do not include rootPath in serialized route path

This commit is contained in:
Tomas A. Bert
2022-11-15 22:46:29 -03:00
committed by GitHub
parent 20f8a4f08f
commit 9f2d2dd4e3
5 changed files with 162 additions and 15 deletions

View File

@ -6,6 +6,8 @@
### Added
- Fix integration with application `rootPath` which is removed when `NotarizedRoute` resolve path.
### Changed
### Remove