[mirotalksfu] - Fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2024-04-13 22:08:59 +02:00
الأصل 51895cdba4
التزام 2b2061bb1e

عرض الملف

@@ -326,7 +326,7 @@ function startServer() {
app.get(['/newroom'], (req, res) => {
log.info('/newroom - hostCfg ----->', hostCfg);
if (hostCfg.protected) {
if (hostCfg.protected && !hostCfg.authenticated) {
const ip = getIP(req);
if (allowedIP(ip)) {
res.sendFile(views.newRoom);