[mirotalk] - fix typo
This commit is contained in:
+1
-1
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user