Fix status history and show on the health check

This commit is contained in:
Owen
2026-04-16 20:55:21 -07:00
parent c1782a2650
commit f932cc7aca
13 changed files with 319 additions and 276 deletions

View File

@@ -292,13 +292,6 @@ authenticated.get(
site.getSiteStatusHistory
);
authenticated.get(
"/target/:targetId/health-check/status-history",
verifyTargetAccess,
verifyUserHasAction(ActionsEnum.getTarget),
site.getHealthCheckStatusHistory
);
// Site Resource endpoints
authenticated.put(
"/org/:orgId/site-resource",