fastify / fastify-swagger

Swagger documentation generator for Fastify
MIT License
915 stars 201 forks source link

corrected fastify autoload example #814

Open james-kaguru opened 1 month ago

james-kaguru commented 1 month ago

This pull request is to correct the fastify autoload example . While trying out I noted that calling

await fastify.ready()
fastify.swagger()

was not needed

Checklist