Fix https

This commit is contained in:
Sergiu Toma 2022-10-18 18:12:03 +03:00
parent fce2f30648
commit f96fd24e03

2
app.js
View File

@ -5,7 +5,7 @@ const app = express();
const Server = require('socket.io');
const path = require('node:path');
const fs = require('node:fs');
const https = require('node:https');
const https = require('https');
const mediasoup = require('mediasoup');
let worker