mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
app, server: Add an endpoint to fetch the frontend settings
This commit is contained in:
committed by
nitnelave
parent
ba93533790
commit
5afcdbda65
Generated
+9
@@ -2545,6 +2545,7 @@ dependencies = [
|
||||
"lldap_domain",
|
||||
"lldap_domain_handlers",
|
||||
"lldap_domain_model",
|
||||
"lldap_frontend_options",
|
||||
"lldap_validation",
|
||||
"log",
|
||||
"mockall",
|
||||
@@ -2598,6 +2599,7 @@ dependencies = [
|
||||
"indexmap 1.6.2",
|
||||
"jwt 0.13.0",
|
||||
"lldap_auth",
|
||||
"lldap_frontend_options",
|
||||
"lldap_validation",
|
||||
"rand 0.8.5",
|
||||
"serde",
|
||||
@@ -2690,6 +2692,13 @@ dependencies = [
|
||||
"uuid 1.11.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lldap_frontend_options"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lldap_migration_tool"
|
||||
version = "0.4.2"
|
||||
|
||||
Reference in New Issue
Block a user