asyncnomi 3 years ago
parent
commit
1777e5abdc
  1. 5
      index.js

5
index.js

@ -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");

Loading…
Cancel
Save