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

Latest commit

 

History

History
9 lines (5 loc) · 399 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 399 Bytes

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