mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
url module param fix, public dir fix
This commit is contained in:
parent
5a34115869
commit
dea75c6bf5
4 changed files with 1 additions and 13 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue