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 order #257

Merged
merged 1 commit into from
Apr 24, 2022
Merged

Conversation

ivan-tymoshenko
Copy link
Collaborator

As far as I understand from the documentation, the route with the longest match of the static part has a higher priority.
https://github.com/delvedor/find-my-way#match-order

So for the /foo/bar/static path, /foo/bar/* route has higher priority than /foo/:param/static. If it's correct, it wasn't working for some cases.

Copy link
Collaborator

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are correct!

@mcollina mcollina merged commit 97ff162 into delvedor:main Apr 24, 2022
@ivan-tymoshenko ivan-tymoshenko deleted the fix-matching-order branch April 25, 2022 09:59
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.

None yet

3 participants