Update
This commit is contained in:
parent
8baec4c81b
commit
bc5763ee85
@ -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