UNPKG

@fastify/autoload

Version:
12 lines (8 loc) 189 B
'use strict' module.exports = function (f, opts, next) { f.get('/', (request, reply) => { reply.send({ something: 'else' }) }) next() } module.exports.autoPrefix = '/prefixed'