UNPKG

@fastify/autoload

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