add redirect_all to WebsiteConfig model

This commit is contained in:
trinity-1686a
2025-02-08 15:36:48 +01:00
parent 2aaba39ddc
commit bf0f792418
4 changed files with 13 additions and 0 deletions
+1
View File
@@ -423,6 +423,7 @@ pub async fn handle_update_bucket(
"Please specify indexDocument when enabling website access.",
)?,
error_document: wa.error_document,
redirect_all: None,
routing_rules: Vec::new(),
}));
} else {