UNPKG

@fastify/autoload

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