mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-24 15:25:36 -04:00
[status page] checkpoint
This commit is contained in:
parent
9902c181bc
commit
afe91078c4
6 changed files with 64 additions and 32 deletions
|
@ -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);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue