/
home
/
infinitibizsol
/
testingcrm.infinitibizsol.com
/
node_modules
/
fastify
/
examples
/
File Upload :
llllll
Current File: /home/infinitibizsol/testingcrm.infinitibizsol.com/node_modules/fastify/examples/use-plugin.js
const fastify = require('../fastify')({ logger: true }) const opts = { schema: { response: { '2xx': { type: 'object', properties: { hello: { type: 'string' } } } } } } fastify.register(require('./plugin'), opts, function (err) { if (err) throw err }) fastify.listen(3000, function (err) { if (err) { throw err } })
Copyright ©2k19 -
Hexid
|
Tex7ure