fixed buffer

This commit is contained in:
Joshua Collins 2020-08-20 15:35:55 -04:00
parent a1cc49085e
commit 2c9a649330

View File

@ -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)