Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix matching static after dynamic segment #203

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

chinedufn
Copy link
Owner

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.

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.
@chinedufn chinedufn merged commit fe7880b into master Aug 23, 2024
2 checks passed
@chinedufn chinedufn deleted the fix-static-after-dynamic-segment branch August 23, 2024 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant