UNPKG

@fastify/autoload

Version:
8 lines (6 loc) 131 B
'use strict' module.exports = async function (server) { server.get('/foo', function (req, reply) { reply.send('foo') }) }