Merge branch 'master' into feature/local-service-monitor

This commit is contained in:
Frank Elsinga
2026-01-02 17:38:22 +01:00
committed by GitHub
3 changed files with 121 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ class StatusPage extends BeanModel {
]);
if (statusPage) {
response.type("application/rss+xml");
response.send(await StatusPage.renderRSS(statusPage, slug));
} else {
response.status(404).send(UptimeKumaServer.getInstance().indexHTML);