mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 04:28:49 +00:00
There is no function called sendstatus
This commit is contained in:
committed by
GitHub
parent
ee6497db0b
commit
21947a2717
@@ -132,6 +132,6 @@ function routingFunction(req, res, next) {
|
|||||||
client(req, res, next);
|
client(req, res, next);
|
||||||
}
|
}
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
res.sendStatus(500);
|
res.status(500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user