Skip to content

Draft for SNEK

Pre-release
Pre-release
Compare
Choose a tag to compare
@SebastienGllmt SebastienGllmt released this 30 Dec 20:44
· 195 commits to master since this release
783f953

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