Skip to content

Commit 5de6770

Browse files
committed
Added possibility to configure raw body parser
1 parent f880948 commit 5de6770

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/providers/core.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ class CoreServiceProvider extends ServiceProvider {
147147
app.use(bodyParser.json({
148148
limit
149149
}));
150+
151+
app.use(bodyParser.raw({
152+
limit
153+
}));
150154
}
151155

152156
/**

0 commit comments

Comments
 (0)