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