UNPKG

@fastify/autoload

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