first commit
This commit is contained in:
parent
159face27e
commit
3bdb992143
@ -54,7 +54,7 @@ async function initialize() {
|
||||
}
|
||||
|
||||
// Middleware
|
||||
app.trust('proxy');
|
||||
app.set('trust proxy', 1);
|
||||
app.use(requestLogger);
|
||||
app.use(securityHeaders);
|
||||
app.use(bodyParser.json({ limit: '10mb' }));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user