mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 08:32:23 +02:00
[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
Block a user