UNPKG

@fastify/autoload

Version:
10 lines (7 loc) 169 B
'use strict' module.exports = function (fastify, _opts, next) { fastify.get('/javascript', (_request, reply) => { reply.send({ script: 'java' }) }) next() }