fixup: fix xml attibute xmlns serialization

rename var with "@xmlns"
This commit is contained in:
Gwen Lg
2026-02-04 17:52:14 +01:00
committed by Alex
parent 674c2c1cb1
commit d80096de92
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ pub async fn handle_put_website(
#[derive(Debug, Serialize, Deserialize, PartialEq, Eq, PartialOrd, Ord)]
pub struct WebsiteConfiguration {
#[serde(serialize_with = "xmlns_tag", skip_deserializing)]
#[serde(rename = "@xmlns", serialize_with = "xmlns_tag", skip_deserializing)]
pub xmlns: (),
#[serde(rename = "ErrorDocument")]
pub error_document: Option<Key>,