mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
dataeditor api endpoints
This commit is contained in:
parent
3e4fda9974
commit
5ca0abbabf
8 changed files with 373 additions and 116 deletions
|
@ -161,7 +161,7 @@ const excludeFromStats = utils.ReadJSON(statExcludeFile)
|
|||
app.use(
|
||||
reqlogger({
|
||||
loggableKeywords: ['news.json'],
|
||||
loggableModules: ['dataeditor'],
|
||||
loggableModules: [],
|
||||
exceptions: ['_next/static'],
|
||||
excludeFromStats: excludeFromStats,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue