fixed buffer
This commit is contained in:
parent
a1cc49085e
commit
2c9a649330
@ -26,7 +26,7 @@ const protect = (req, res, next) => {
|
||||
}
|
||||
|
||||
app.use(bodyParser.json())
|
||||
app.use(bodyParser.text())
|
||||
app.use(bodyParser.text({limit: '50mb'}))
|
||||
app.use(allowCrossDomain)
|
||||
//app.use(protect)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user