UNPKG

@fastify/autoload

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