Watched files logic refactor, loading api / redirect from file

This commit is contained in:
mrfry 2020-12-16 17:48:34 +01:00
parent 3b902d736f
commit c8161e4dce
3 changed files with 54 additions and 25 deletions

View file

@ -152,7 +152,7 @@ const cookieSecret = uuidv4()
app.use(cookieParser(cookieSecret))
app.use(
reqlogger({
loggableKeywords: [],
loggableKeywords: ['news.json'],
loggableModules: ['dataeditor'],
})
)