[Push API] Response 404 if error, fix #1721
This commit is contained in:
parent
6ee7b3696a
commit
4fdaa1abb6
|
@ -92,7 +92,7 @@ router.get("/api/push/:pushToken", async (request, response) => {
|
|||
}
|
||||
|
||||
} catch (e) {
|
||||
response.json({
|
||||
response.status(404).json({
|
||||
ok: false,
|
||||
msg: e.message
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue