UNPKG

@fastify/autoload

Version:
6 lines (5 loc) 117 B
module.exports.default = async (fastify: any) => { fastify.get('/', function () { return { foo: 'foo' } }) }