download
raw
262 Bytes
'use strict'
module.exports = function (fastify, opts, done) {
fastify
.get('/', opts, function (req, reply) {
reply.send({ hello: 'world' })
})
.post('/', opts, function (req, reply) {
reply.send({ hello: 'world' })
})
done()
}

Xet Storage Details

Size:
262 Bytes
·
Xet hash:
05412f024b05fe103b3b685f81864d4ea3cd33c91c5a4a291acae722d139ee8c

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.