This commit is contained in:
2026-04-10 05:34:23 +04:00
parent b80258f17e
commit 1f63dd5546
2 changed files with 30 additions and 2 deletions
+1
View File
@@ -776,6 +776,7 @@ export const dashboard = new Elysia()
index_search: !!b.index_search,
auto_refresh_s: Number(b.auto_refresh_s) || 60,
og_image_url: b.og_image_url || null,
custom_domain: b.custom_domain || null,
custom_css: b.custom_css || null,
footer_text: b.footer_text || null,
groups: groupsForApi,