UNPKG

@fastify/autoload

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