UNPKG

@fastify/autoload

Version:
9 lines (7 loc) 167 B
'use strict' module.exports = async function (app) { app.addHook('onRequest', async (req) => { req.hooked = req.hooked || [] req.hooked.push('root') }) }