Compare commits

...

1 Commits

Author SHA1 Message Date
Sergiu Toma f27b974dba Update OK response route / 2024-01-17 16:50:11 +02:00
1 changed files with 1 additions and 1 deletions

2
app.js
View File

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