Spaces:
Runtime error
Runtime error
| const fastify = require('../../../../')() | |
| // Declare a route | |
| fastify.get('/', function (request, reply) { | |
| reply.send({ hello: 'world' }) | |
| }) | |
| module.exports = fastify | |
| const fastify = require('../../../../')() | |
| // Declare a route | |
| fastify.get('/', function (request, reply) { | |
| reply.send({ hello: 'world' }) | |
| }) | |
| module.exports = fastify | |