url module param fix, public dir fix

This commit is contained in:
mrfry 2023-05-01 09:20:22 +02:00
parent 5a34115869
commit dea75c6bf5
4 changed files with 1 additions and 13 deletions

View file

@ -93,7 +93,6 @@ const validationTokenName = 'qmining' // readValidationTokenName()
function setup(data: SubmoduleData): Submodule {
const { app, userDB } = data
logger.DebugLog(`Cookie domain: ${constants.domain}`, 'cookie', 1)
const userCount = dbtools
.TableInfo(userDB, 'users')