UNPKG

fastify-cli

Version:

Run a fastify route with one command!

7 lines (5 loc) 135 B
'use strict' exports.default = function (fastify, options, next) { fastify.get('/', (req, reply) => reply.send(options)) next() }