UNPKG

@fastify/autoload

Version:
12 lines (8 loc) 187 B
'use strict' module.exports = function (f, opts, next) { f.get('/noPrefix', (request, reply) => { reply.send({ no: 'prefix' }) }) next() } module.exports.prefixOverride = ''