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

Filter routes #69

Closed
Eomm opened this issue Apr 3, 2023 · 0 comments · Fixed by #90
Closed

Filter routes #69

Eomm opened this issue Apr 3, 2023 · 0 comments · Fixed by #90
Labels
good first issue Good for newcomers

Comments

@Eomm
Copy link
Owner

Eomm commented Apr 3, 2023

You may don't want to check some routes so we could write:

Eg:

await app.register(fastifyOverview, {
  routesFilter: function (method, url, prefix) { return <boolean> },
  hideEmpty: true
})
@Eomm Eomm added the good first issue Good for newcomers label Apr 3, 2023
drazen04 added a commit to drazen04/fastify-overview that referenced this issue Oct 8, 2023
drazen04 added a commit to drazen04/fastify-overview that referenced this issue Oct 9, 2023
drazen04 added a commit to drazen04/fastify-overview that referenced this issue Oct 15, 2023
drazen04 added a commit to drazen04/fastify-overview that referenced this issue Oct 15, 2023
drazen04 added a commit to drazen04/fastify-overview that referenced this issue Oct 15, 2023
@Eomm Eomm linked a pull request Oct 16, 2023 that will close this issue
@Eomm Eomm closed this as completed in #90 Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant