Skip to content

Commit

Permalink
chore: update min fastify version (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Aug 6, 2024
1 parent d067f47 commit 162b49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function fastifyRoutes (fastify, options, next) {
}

module.exports = fp(fastifyRoutes, {
fastify: '4.x',
fastify: '5.x',
name: '@fastify/routes'
})
module.exports.default = fastifyRoutes
Expand Down

0 comments on commit 162b49e

Please sign in to comment.