app, server: Add an endpoint to fetch the frontend settings

This commit is contained in:
Valentin Tolmer
2025-03-30 23:08:42 +02:00
committed by nitnelave
parent ba93533790
commit 5afcdbda65
15 changed files with 86 additions and 30 deletions
+3 -1
View File
@@ -13,7 +13,6 @@ anyhow = "*"
base64 = "0.13"
rand = "0.8"
requestty = "0.4.1"
serde = "1"
serde_json = "1"
smallvec = "*"
@@ -35,3 +34,6 @@ features = ["json", "blocking", "rustls-tls"]
version = "*"
default-features = false
features = ["sync", "tls-rustls"]
[dependencies.serde]
workspace = true