mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 03:07:38 +02:00
cookies and login fix
This commit is contained in:
+1
-1
@@ -226,7 +226,7 @@ app.use(
|
||||
})
|
||||
)
|
||||
|
||||
const domain = utils.ReadFile(paths.domainFile)
|
||||
const domain = utils.ReadFile(paths.domainFile).trim()
|
||||
|
||||
Object.keys(modules).forEach(function (key) {
|
||||
const module = modules[key]
|
||||
|
||||
Reference in New Issue
Block a user