UNPKG

@fastify/autoload

Version:
8 lines (6 loc) 138 B
'use strict' module.exports = async (server, opts) => { server.get('/', async (req, reply) => { reply.send({ works: true }) }) }