UNPKG

@fastify/autoload

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