LINXD-2222: Update

This commit is contained in:
Sergiu Toma 2022-09-19 23:39:28 +03:00
parent 9bfacaa439
commit dc4ff89c42

8
app.js
View File

@ -60,10 +60,10 @@ httpsServer.listen(process.env.PORT, () => {
const io = new Server(httpsServer, { const io = new Server(httpsServer, {
allowEIO3: true, allowEIO3: true,
allowRequest: (req) => { // allowRequest: (req) => {
console.log('req', req); // console.log('req', req);
return true; // return true;
} // }
}); });
// socket.io namespace (could represent a room?) // socket.io namespace (could represent a room?)