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

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();