Draft for SNEK
Pre-release
Pre-release
SebastienGllmt
released this
30 Dec 20:44
·
195 commits
to master
since this release
This is a draft build on top of master that changes
const bodyParser = express.json();
to
const bodyParser = express.json({ limit: '50mb' });
which SNEK needs