Closed chinedufn closed 3 months ago
This commit fixes the route matching logic when a static segment comes after a dynamic segment.
For instance, before this commit the path "/5/bar" would match the route definition /:id/foo. This commit fixes that error.
/:id/foo
This commit fixes the route matching logic when a static segment comes after a dynamic segment.
For instance, before this commit the path "/5/bar" would match the route definition
/:id/foo
. This commit fixes that error.