Update OK response route /
This commit is contained in:
parent
ce1fe3ca8d
commit
f27b974dba
2
app.js
2
app.js
@ -37,7 +37,7 @@ let videoCalls = {};
|
|||||||
let socketDetails = {};
|
let socketDetails = {};
|
||||||
|
|
||||||
app.get('/', (_req, res) => {
|
app.get('/', (_req, res) => {
|
||||||
res.send('OK');
|
res.send('OK Sergiu');
|
||||||
});
|
});
|
||||||
|
|
||||||
app.use('/sfu', express.static(path.join(__dirname, 'public')));
|
app.use('/sfu', express.static(path.join(__dirname, 'public')));
|
||||||
|
Loading…
Reference in New Issue
Block a user