LINXD-2222: Update
This commit is contained in:
parent
7cc3a95b38
commit
a59cbcf8cc
6
app.js
6
app.js
@ -62,9 +62,9 @@ const io = new Server(httpsServer, { allowEIO3: true });
|
||||
// io.use(middleware);
|
||||
// const httpsServer = https.createServer(options, app)
|
||||
|
||||
// httpsServer.listen(process.env.PORT, () => {
|
||||
// console.log('Listening on port:', process.env.PORT)
|
||||
// })
|
||||
httpsServer.listen(process.env.PORT, () => {
|
||||
console.log('Listening on port:', process.env.PORT)
|
||||
})
|
||||
|
||||
// const io = new Server(httpsServer, {
|
||||
// allowEIO3: true
|
||||
|
Loading…
Reference in New Issue
Block a user