LINXD-2222-v2 #6

Closed
sergiu wants to merge 8 commits from LINXD-2222-v2 into master
Showing only changes of commit 4522709a47 - Show all commits

2
app.js
View File

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