mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-mockapi.git
synced 2026-08-19 20:44:15 +00:00
5 lines
174 B
JavaScript
5 lines
174 B
JavaScript
'use strict';
|
|
|
|
const bodyParser = require('body-parser');
|
|
|
|
module.exports = [bodyParser.json({ limit: '10mb', extended: false }), bodyParser.urlencoded({ extended: false })]; |