Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed rewrite rules for expressive router adapters
Because we are matching the namespace by segments we need to have defined rules for all 'previous' segments: - try to load A\B\C - rewrite rule must be: - A\B\C => D\E\F - A\B => D\E - A => D
- Loading branch information