mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
removed some domain dependencies
This commit is contained in:
parent
f8a7c6a4e5
commit
bc45b11551
13 changed files with 17 additions and 31 deletions
|
@ -90,7 +90,7 @@ function createDefaultUser(userDb: Database) {
|
|||
const validationTokenName = 'qmining' // readValidationTokenName()
|
||||
|
||||
function setup(data: SubmoduleData): Submodule {
|
||||
const { app, userDB, url /* publicdirs, moduleSpecificData */ } = data
|
||||
const { app, userDB, url } = data
|
||||
const domain: any = url
|
||||
logger.DebugLog(`Cookie domain: ${domain}`, 'cookie', 1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue