UNPKG

@fastify/autoload

Version:
8 lines (6 loc) 148 B
export default function (f, opts, next) { f.get('/items', (request, reply) => { reply.send([{ answer: 42 }, { answer: 41 }]) }) next() }