/
home
/
infinitibizsol
/
testingcrm.infinitibizsol.com
/
node_modules
/
fastify
/
examples
/
File Upload :
llllll
Current File: /home/infinitibizsol/testingcrm.infinitibizsol.com/node_modules/fastify/examples/simple.mjs
// works on Node v14.13.0+ import { fastify } from '../fastify.js' const app = fastify({ logger: true }) const schema = { schema: { response: { 200: { type: 'object', properties: { hello: { type: 'string' } } } } } } app.get('/', schema, async function (req, reply) { return { hello: 'world' } }) app.listen(3000).catch(console.error)
Copyright ©2k19 -
Hexid
|
Tex7ure