From 6c5d5fec129a29c6250b094f46881cfa5aaadcc7 Mon Sep 17 00:00:00 2001 From: rebecca Date: Thu, 17 Sep 2026 20:54:44 +0100 Subject: web: import from m1msq 15b348f --- web/redirect.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 web/redirect.lua (limited to 'web/redirect.lua') diff --git a/web/redirect.lua b/web/redirect.lua new file mode 100644 index 0000000..8c056b5 --- /dev/null +++ b/web/redirect.lua @@ -0,0 +1 @@ +return function (path) return '', {location=path}, 303 end -- cgit v1.2.3