Compare commits

..

No commits in common. "ce1fe3ca8dfa55c0472618f7aa1f6e6c728d2663" and "4b1f4fab7007161cabcb858aa0142a1d3ee7c861" have entirely different histories.

2
app.js
View File

@ -37,7 +37,7 @@ let videoCalls = {};
let socketDetails = {};
app.get('/', (_req, res) => {
res.send('OK');
res.send('Hello from mediasoup app!');
});
app.use('/sfu', express.static(path.join(__dirname, 'public')));