UNPKG

@fastify/autoload

Version:
6 lines (5 loc) 127 B
module.exports.default = async (fastify: any) => { fastify.get('/customPath', function () { return { baz: 'baz' } }) }