Update OK response route /

This commit is contained in:
Sergiu Toma 2024-01-17 16:50:11 +02:00
parent ce1fe3ca8d
commit f27b974dba

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')));