[call-me] - update dep

This commit is contained in:
Miroslav Pejic
2025-03-31 22:57:28 +02:00
parent e90ff24837
commit 140cb5e31e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -298,7 +298,7 @@ app.post('/api/hostPasswordValidate', (req, res) => {
});
// Page not found
app.get('*', (req, res) => {
app.use((req, res) => {
return notFound(res);
});