fix: Do not parse all requests with json parser
This commit is contained in:
@@ -37,7 +37,6 @@ app.use(morgan);
|
||||
app.use(
|
||||
express.json({
|
||||
limit: appConfig.requestBodySizeLimit,
|
||||
type: () => true,
|
||||
verify(req, res, buf) {
|
||||
(req as IRequest).rawBody = buf;
|
||||
},
|
||||
|
Reference in New Issue
Block a user