veriska
2
Q:

bodyparser limit

import bodyParser from "body-parser";

const app= express();
app.use(bodyParser.json({ limit: "5mb", extended: true }));
app.use(bodyParser.urlencoded({ limit: "5mb", extended: true }));
0

New to Communities?

Join the community