UNPKG

@fastify/autoload

Version:
6 lines (5 loc) 130 B
export default async function (app, opts) { app.get('/', async function (req, reply) { return { hooked: req.hooked } }) }