UNPKG

create-fastify-app

Version:
8 lines (6 loc) 156 B
'use strict' module.exports = async function (fastify, opts) { fastify.get('/hello', async function (request, reply) { return 'hello, world!' }) }