mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 17:23:21 +00:00
Merge branch 'master' into feature/local-service-monitor
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user