This commit is contained in:
asyncnomi 2023-01-09 09:39:25 +01:00
parent aafe149fe3
commit 1777e5abdc

View file

@ -1,4 +1,7 @@
const fastify = require('fastify')({ logger: true })
const fastify = require('fastify')({
logger: true,
bodyLimit: 10485760
})
const fs = require('fs');
const path = require('path')
const CryptoJS = require("crypto-js");