Merge branch 'multiple_dbs' of gitlab.com:MrFry/mrfrys-node-server into multiple_dbs

This commit is contained in:
mrfry 2021-01-29 16:27:11 +01:00
commit e2922b1742
2 changed files with 2 additions and 2 deletions

View file

@ -162,7 +162,7 @@ app.use(
reqlogger({
loggableKeywords: ['news.json'],
loggableModules: ['dataeditor'],
exceptions: [], // ['_next/static'],
exceptions: ['_next/static'],
excludeFromStats: excludeFromStats,
})
)