From baad75737135eced6f33fecc1c4104f70719c0ce Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 21 Apr 2024 22:52:21 +0200 Subject: Finish the big cleanup --- htmx.go | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 htmx.go (limited to 'htmx.go') diff --git a/htmx.go b/htmx.go deleted file mode 100644 index 9605269..0000000 --- a/htmx.go +++ /dev/null @@ -1,9 +0,0 @@ -package main - -import ( - "net/http" -) - -func HtmxRedirect(w http.ResponseWriter, url string) { - w.Header().Add("HX-Redirect", "/") -} -- cgit