Added additional values to settings.
This commit is contained in:
@@ -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(),
|
||||
}
|
||||
))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user