UNPKG

@fastify/autoload

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