UNPKG

@fastify/autoload

Version:
10 lines (7 loc) 147 B
'use strict' module.exports = function (f, opts, next) { f.get('/bar', (request, reply) => { reply.send({ success: true }) }) next() }