From b0d0c1767b942ff76a97dec95458cfcc5ab1cbf0 Mon Sep 17 00:00:00 2001 From: natalie roentgen connolly Date: Sat, 5 Jul 2025 04:00:52 -0700 Subject: [PATCH] fix bug with redirects to the arpa domain --- srv/content/router.hy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srv/content/router.hy b/srv/content/router.hy index 5830ff2..e6d3e5f 100644 --- a/srv/content/router.hy +++ b/srv/content/router.hy @@ -95,7 +95,7 @@ (f method path request) (dict :code 303 - :headers {"Location" f"http://natalieee.net.8.f.9.e.0.7.4.0.1.0.0.2.ip6.arpa/{(. request (get "route") (get "unparsed_route"))}"})))) + :headers {"Location" f"http://natalieee.net.8.f.9.e.0.7.4.0.1.0.0.2.ip6.arpa{(. request (get "route") (get "unparsed_route"))}"})))) (defn shtml-file-response [file [code 200] [no-exec False] [template-params {}]] (dict