remove obsolete RedirectAll struct

This commit is contained in:
Alex 2025-01-04 17:04:17 +01:00
parent c939d2a936
commit 6ccfbb2986

View file

@ -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<String>,