[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2025-03-31 22:51:10 +02:00
الأصل 35dd8dfaa3
التزام af4907a08f

عرض الملف

@@ -1264,7 +1264,7 @@ function startServer() {
}); });
// not match any of page before, so 404 not found // not match any of page before, so 404 not found
app.get('\\*', function (req, res) { app.use((req, res) => {
res.sendFile(views.notFound); res.sendFile(views.notFound);
}); });