summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mumi/web/render.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumi/web/render.scm b/mumi/web/render.scm
index d34d607..370a5d4 100644
--- a/mumi/web/render.scm
+++ b/mumi/web/render.scm
@@ -125,7 +125,7 @@
"/" (encode-and-join-uri-path path))
#:query query)))
(list (build-response
- #:code 301
+ #:code 302
#:headers (append `((content-type . (text/html))
(location . ,uri))
headers))