Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

iamolegga/fastify-routing-test

Repository files navigation

example of routing bug for fastify adaptor of nest

Middleware consumer exclude method works different:

  • when .forRoutes(MyController) is set after exclude it doesn't work and middleware does apply

  • when .forRoutes({ path: '*', method: RequestMethod.ALL }); is set after exclude it works and middleware doesn't apply

Link to github issue

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published