mirror of
https://github.com/wg-easy/wg-easy.git
synced 2025-10-05 23:57:25 +08:00
Server.js: add missing ')'
This commit is contained in:
@@ -102,7 +102,7 @@ module.exports = class Server {
|
||||
debug(`New Session: ${event.node.req.session.id}`);
|
||||
|
||||
return { succcess: true };
|
||||
}));
|
||||
})));
|
||||
|
||||
// WireGuard
|
||||
app.use(
|
||||
|
Reference in New Issue
Block a user