[mirotalk] - fix typo

This commit is contained in:
Miroslav Pejic
2025-03-31 22:49:54 +02:00
parent 9de86e14fa
commit 156da98f89
+1 -1
View File
@@ -959,7 +959,7 @@ function getMeetingURL(host) {
// end of MiroTalk API v1
// not match any of page before, so 404 not found
app.get('\\*', function (req, res) {
app.use((req, res) => {
res.sendFile(views.notFound);
});