mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 02:30:14 +08:00
[status page] checkpoint
This commit is contained in:
@@ -12,6 +12,10 @@ router.get("/api/status-page/config", async (_request, response) => {
|
||||
config.statusPageTheme = "light";
|
||||
}
|
||||
|
||||
if (! config.title) {
|
||||
config.title = "Uptime Kuma";
|
||||
}
|
||||
|
||||
response.json(config);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user