mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 08:12:24 +00:00
fix: Add default frontend config
This commit is contained in:
@@ -79,6 +79,7 @@ pub struct Config {
|
||||
pub data_store: DataStoreConfig,
|
||||
#[serde(default)]
|
||||
pub http: HttpConfig,
|
||||
#[serde(default)]
|
||||
pub frontend: FrontendConfig,
|
||||
#[serde(default)]
|
||||
pub oidc: Option<OidcConfig>,
|
||||
|
||||
Reference in New Issue
Block a user