Update 'app.js'

This commit is contained in:
Sergiu Toma 2023-06-07 12:50:24 +00:00
parent 4b1f4fab70
commit 96b770d9c5
1 changed files with 597 additions and 597 deletions

2
app.js
View File

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