fixup: Server.js

This commit is contained in:
Philip H 2024-03-15 15:23:12 +01:00 committed by GitHub
parent 44cc5683d4
commit f7bd362538
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -43,9 +43,6 @@ module.exports = class Server {
secret: crypto.randomBytes(256).toString('hex'),
resave: true,
saveUninitialized: true,
cookie: {
httpOnly: true,
},
})));
const router = createRouter();