intense code jankification

This commit is contained in:
Lennart
2024-03-14 19:46:32 +01:00
parent b540362791
commit b21586d077
4 changed files with 32 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ pub struct Resourcetype {
}
#[derive(Serialize)]
#[serde(untagged)]
#[serde(rename_all = "kebab-case")]
pub enum RootPropResponse {
Resourcetype(Resourcetype),
CurrentUser(HrefElement),