UNPKG

@fastify/autoload

Version:
10 lines (7 loc) 171 B
export default function (f, opts, next) { f.get('/', (request, reply) => { reply.send({ something: 'else' }) }) next() } export const autoPrefix = '/prefixed'