[mirotalksfu] - #124 fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2023-09-05 09:13:54 +02:00
الأصل 6b08df99bc
التزام 832899c17b

عرض الملف

@@ -243,7 +243,7 @@ function startServer() {
if (allowedIP(ip)) {
if (Object.keys(req.query).length > 0) {
log.debug('Logged: Direct Join', req.query);
// http://localhost:3010/?room=test or http://localhost:3010/join?room=test
// http://localhost:3010/?room=test
const { room } = checkXSS(req.query);
if (room) {
return res.sendFile(views.room);