Eomm / fastify-overview

Build a structure graph of your Fastify application
MIT License
64 stars 6 forks source link

`transformRouteOptions` plugin option #96

Closed matthyk closed 5 months ago

matthyk commented 5 months ago

As discussed in #93, this PR adds the transformRouteOptions plugin option. With this option, you can now fully customize which properties the routes overview object will contain.

matthyk commented 5 months ago

Thanks for reviewing! I have implemented your requested changes but I can't figure out why the one test fails