mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
There is no function called sendstatus
This commit is contained in:
committed by
GitHub
parent
f3dd0b0063
commit
99c1b1bd99
@@ -132,6 +132,6 @@ function routingFunction(req, res, next) {
|
||||
client(req, res, next);
|
||||
}
|
||||
} catch(e) {
|
||||
res.sendStatus(500);
|
||||
res.status(500);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user