diff options
author | trinity-1686a <trinity@deuxfleurs.fr> | 2025-02-08 15:36:48 +0100 |
---|---|---|
committer | trinity-1686a <trinity@deuxfleurs.fr> | 2025-02-08 15:36:48 +0100 |
commit | bf0f7924189444683077ce80b7d72303b2b20145 (patch) | |
tree | 4cae9741ea909cbd5bcc3d3bbba9676848a7b5a7 /src/api/admin | |
parent | 2aaba39ddc41df99ffc488a1377a82e8482be495 (diff) | |
download | garage-bf0f7924189444683077ce80b7d72303b2b20145.tar.gz garage-bf0f7924189444683077ce80b7d72303b2b20145.zip |
add redirect_all to WebsiteConfig model
Diffstat (limited to 'src/api/admin')
-rw-r--r-- | src/api/admin/bucket.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/admin/bucket.rs b/src/api/admin/bucket.rs index d5fd0e6b..a6025a9e 100644 --- a/src/api/admin/bucket.rs +++ b/src/api/admin/bucket.rs @@ -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 { |