UNPKG

@fastify/autoload

Version:
10 lines (7 loc) 148 B
'use strict' module.exports = function (f, opts, next) { f.get('/package', (request, reply) => { reply.send({ answer: 42 }) }) next() }