UNPKG

@fastify/autoload

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