UNPKG

@fastify/autoload

Version:
8 lines (6 loc) 151 B
'use strict' module.exports = async function (app, opts) { app.get('/', async function (req, reply) { reply.status(200).send(req.params) }) }