Added additional values to settings.

This commit is contained in:
2026-02-02 18:25:06 +01:00
parent c34b2391eb
commit 544b6ee5fc
5 changed files with 53 additions and 11 deletions
+4
View File
@@ -373,6 +373,8 @@ async fn get_settings_route(
id: 0,
mhd: "".to_string(),
bio: "".to_string(),
allergens_text: "".to_string(),
bio_info: "".to_string(),
}
))
}
@@ -396,6 +398,8 @@ async fn update_settings_route(
id: 0,
mhd: "".to_string(),
bio: "".to_string(),
allergens_text: "".to_string(),
bio_info: "".to_string(),
}
))
}