LINXD-2222-debugging-for-i-os #7

Merged
sergiu merged 36 commits from LINXD-2222-debugging-for-i-os into master 2022-09-20 23:16:17 +00:00
Showing only changes of commit 0033cd528d - Show all commits

2
app.js
View File

@ -6,7 +6,7 @@ import 'dotenv/config'
/* Please follow mediasoup installation requirements */
/* https://mediasoup.org/documentation/v3/mediasoup/installation/ */
// import express from 'express'
import express from 'express'
const app = express()
// const app = require('express')();
import https from 'httpolyglot'