We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7127a50 + dd224da commit fa686f2Copy full SHA for fa686f2
1 file changed
index.js
@@ -42,7 +42,7 @@ module.exports = {
42
43
_fastbootRenderingMiddleware(app) {
44
45
- app.post('/__mock-request', bodyParser.json(), (req, res) => {
+ app.post('/__mock-request', bodyParser.json({ limit: '50mb' }), (req, res) => {
46
let mock = nock(req.headers.origin)
47
.persist()
48
.intercept(req.body.path, req.body.method)
0 commit comments