diff --git a/app.js b/app.js index 7bf0803..3b72bc7 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; -try { - https = require('node:https'); -} catch (err) { - console.log('https support is disabled!'); -} +const https = require('node:https'); const mediasoup = require('mediasoup'); let worker