mirror of
https://github.com/wg-easy/wg-easy.git
synced 2025-10-05 15:47:18 +08:00
fixup: Server.js
This commit is contained in:
@@ -43,9 +43,6 @@ module.exports = class Server {
|
||||
secret: crypto.randomBytes(256).toString('hex'),
|
||||
resave: true,
|
||||
saveUninitialized: true,
|
||||
cookie: {
|
||||
httpOnly: true,
|
||||
},
|
||||
})));
|
||||
|
||||
const router = createRouter();
|
||||
|
Reference in New Issue
Block a user