Merge pull request 'Update 'app.js'' (#33) from sergiu-patch-1 into develop

Reviewed-on: #33
Reviewed-by: bmamihai <mihai.bozieru@safemobile.com>
This commit is contained in:
Sergiu Toma 2023-06-07 12:51:12 +00:00
commit ce1fe3ca8d
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')));