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

feat: expose params inside findRoute #341

Closed
climba03003 opened this issue Jan 4, 2024 · 2 comments · Fixed by #342
Closed

feat: expose params inside findRoute #341

climba03003 opened this issue Jan 4, 2024 · 2 comments · Fixed by #342

Comments

@climba03003
Copy link
Contributor

Since, find is used for lookup by the actual URL. It expose the params information.
However, in findRoute, it is lookup by the dev URL. It doesn't expose the meaningful params information to the user.

I know that find is exposing the params that is actual value extracted from URL.
So, in findRoute it should be exposing the dev array in below.

Related to fastify/fastify#5215

@Eomm
Copy link
Contributor

Eomm commented Jan 4, 2024

@sf3ris
Copy link
Contributor

sf3ris commented Jan 4, 2024

I can try to take a look at this 🙌

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 a pull request may close this issue.

3 participants