UNPKG

@fastify/autoload

Version:
10 lines (7 loc) 140 B
'use strict' export default function (f, opts, next) { f.get('/', (request, reply) => { reply.send({ index: true }) }) next() }