UNPKG

fastify-cli

Version:

Run a fastify route with one command!

6 lines (5 loc) 134 B
export default async function (fastify, opts) { fastify.get('/', async function (request, reply) { return { root: true } }) }