UNPKG

@fastify/autoload

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