Fastify
Using Fastify package adds routes for direct uploads.
npm i @uplo/fastifyimport fastify from 'fastify'
import { uploFastify } from '@uplo/fastify'
const app = fastify()
const uplo = {
// Your uplo config
}
app.register(uploFastify, { uplo })Last updated on