diff --git a/src/model/bucket_table.rs b/src/model/bucket_table.rs index 644189b2..eba89e9b 100644 --- a/src/model/bucket_table.rs +++ b/src/model/bucket_table.rs @@ -110,12 +110,6 @@ mod v08 { } } - #[derive(PartialEq, Eq, Clone, Debug, Serialize, Deserialize)] - pub struct RedirectAll { - pub hostname: String, - pub protoco: String, - } - #[derive(PartialEq, Eq, Clone, Debug, Serialize, Deserialize)] pub struct CorsRule { pub id: Option,