UNPKG

@fastify/autoload

Version:
12 lines (8 loc) 182 B
'use strict' export default function (f, opts, next) { f.get('/', (request, reply) => { reply.send({ prefixed: true }) }) next() } export const autoPrefix = '/prefixed'