UNPKG

@fastify/autoload

Version:
7 lines (6 loc) 165 B
export default async function (app, opts) { app.addHook('onRequest', async (req, reply) => { req.hooked = req.hooked || [] req.hooked.push('child') }) }