From 88adb854c882bd92e9a514275098070d9130ae89 Mon Sep 17 00:00:00 2001 From: rob-maron Date: Fri, 20 Sep 2024 13:43:17 +0000 Subject: [PATCH] deploy: b72e592d5aa20f03ba7330ba5aef22c8b8229864 --- src/tide_disco/app.rs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tide_disco/app.rs.html b/src/tide_disco/app.rs.html index 4fab6dd..811cb9c 100644 --- a/src/tide_disco/app.rs.html +++ b/src/tide_disco/app.rs.html @@ -2505,7 +2505,7 @@ let latest_version = *module.versions.last_key_value().unwrap().0; let path = path.join("/"); - Ok(tide::Redirect::permanent(format!("/v{latest_version}/{path}")).into()) + Ok(tide::Redirect::temporary(format!("/v{latest_version}/{path}")).into()) } } .boxed()