Merge branch 'master' of git.rezo-rm.fr:BDEMetz/bde-liste

This commit is contained in:
johan 2023-01-09 09:49:31 +01:00
commit 00b419ef8f

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