fastify-swagger
fastify-swagger copied to clipboard
corrected fastify autoload example
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
- [X] documentation is changed or added