diff --git a/app.js b/app.js index 6c37748..be1349a 100644 --- a/app.js +++ b/app.js @@ -5,12 +5,7 @@ const app = express(); const Server = require('socket.io'); const path = require('node:path'); const fs = require('node:fs'); -let https = require('https'); -try { - https = require('node:https'); -} catch (err) { - console.log('https support is disabled!'); -} +const https = require('https'); const mediasoup = require('mediasoup'); let worker