UNPKG

@fastify/autoload

Version:
8 lines (6 loc) 155 B
'use strict' module.exports = async (server, opts) => { server.get('/', async (request, reply) => { reply.status(200).send({ custom: true }) }) }