mirror of
https://github.com/typicode/json-server.git
synced 2025-07-29 21:23:41 +08:00
lint
This commit is contained in:
@ -2,5 +2,5 @@ const bodyParser = require('body-parser')
|
||||
|
||||
module.exports = [
|
||||
bodyParser.json({ limit: '10mb', extended: false }),
|
||||
bodyParser.urlencoded({ extended: false })
|
||||
bodyParser.urlencoded({ extended: false }),
|
||||
]
|
||||
|
Reference in New Issue
Block a user