From 52b922825f3bea7f2e83d5f73f3a5e8695c98ca7 Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Mon, 19 Sep 2022 16:48:46 +0300 Subject: [PATCH] LINXD-2222: Update --- app.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app.js b/app.js index e6c93f5..1236fda 100644 --- a/app.js +++ b/app.js @@ -7,9 +7,9 @@ import 'dotenv/config' /* Please follow mediasoup installation requirements */ /* https://mediasoup.org/documentation/v3/mediasoup/installation/ */ // import express from 'express' -// const app = express() +const app = express() // const app = require('express')(); -// import https from 'httpolyglot' +import https from 'httpolyglot' import fs from 'fs' import path from 'path' const __dirname = path.resolve() @@ -17,10 +17,10 @@ const __dirname = path.resolve() // import Server from 'socket.io' import mediasoup from 'mediasoup' import * as express from "express"; -import * as https from "http"; +// import * as https from "http"; import Server from "socket.io"; // import middleware from 'socketio-wildcard' -const app = express.default(); +// const app = express.default(); let worker /**