UNPKG

@fastify/autoload

Version:
6 lines (5 loc) 165 B
export default async function (app, opts) { app.get('/details', async function (req, reply) { return { route: '/users/:id/details', id: req.params.id } }) }