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
+4
View File
@@ -4,6 +4,7 @@ members = [
"crates/domain",
"crates/domain-model",
"crates/domain-handlers",
"crates/frontend-options",
"crates/validation",
"server",
"app",
@@ -27,3 +28,6 @@ git = 'https://github.com/inejge/ldap3/'
[workspace.dependencies.sea-orm]
version = "1.1.8"
default-features = false
[workspace.dependencies.serde]
version = "1"