UNPKG

@fastify/autoload

Version:
7 lines (5 loc) 123 B
'use strict' module.exports = function (app, opts, next) { app.get('/', (req, reply) => { reply.send('d') }) next() }