This commit is contained in:
sigonasr2 2020-08-21 04:56:52 +09:00
parent 8baec4c81b
commit bc5763ee85

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)