UNPKG

@fastify/autoload

Version:
8 lines (6 loc) 122 B
'use strict' module.exports = async (fastify) => { fastify.get('/', function () { return { hello: 'world' } }) }