We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a93467b + 35a278d commit 989eb0dCopy full SHA for 989eb0d
app.js
@@ -130,7 +130,7 @@ function createApp(config) {
130
app.use('/auth', auth.router)
131
app.use(config.auth.service.middleware())
132
133
- app.set('trust-proxy', true)
+ app.set('trust proxy', true)
134
app.use('/', require('./routes/index')(config.buildsha, config.appVersion))
135
136
app.use(setupApiRateLimiterAfterCachingInit(config, cachingService))
0 commit comments