UNPKG

@fastify/autoload

Version:
8 lines (6 loc) 121 B
export default function (f, opts, next) { f.get('/module', (request, reply) => { reply.send(opts) }) next() }