LINXD-2222: Update

This commit is contained in:
Sergiu Toma 2022-09-19 23:47:55 +03:00
parent 5d9a7da62d
commit 4522709a47

2
app.js
View File

@ -62,7 +62,7 @@ const io = new Server(httpsServer, {
allowEIO3: true, allowEIO3: true,
allowRequest: (req, next) => { allowRequest: (req, next) => {
console.log('req', req); console.log('req', req);
next() next(null, true)
} }
}); });