mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-01 19:16:23 -04:00
start-server-dev. Fixes #460
This commit is contained in:
parent
a9bb8ae6a1
commit
f6a984b671
2 changed files with 3 additions and 0 deletions
|
@ -83,6 +83,7 @@ router.get("/api/status-page/monitor-list", cache("5 minutes"), async (_request,
|
|||
// Can fetch only if published
|
||||
router.get("/api/status-page/heartbeat", cache("5 minutes"), async (_request, response) => {
|
||||
allowDevAllOrigin(response);
|
||||
|
||||
try {
|
||||
await checkPublished();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue