Merge branch 'master' of git.rezo-rm.fr:BDEMetz/bde-liste
This commit is contained in:
commit
00b419ef8f
1 changed files with 4 additions and 1 deletions
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…
Reference in a new issue