UNPKG

fastify-cli

Version:

Run a fastify route with one command!

6 lines (5 loc) 140 B
export default async function (fastify, opts) { fastify.get('/', async function (request, reply) { return 'this is an example' }) }