diff options
| author | rebecca <ubq323@ubq323.website> | 2026-09-17 20:54:44 +0100 |
|---|---|---|
| committer | rebecca <ubq323@ubq323.website> | 2026-09-17 20:54:44 +0100 |
| commit | 6c5d5fec129a29c6250b094f46881cfa5aaadcc7 (patch) | |
| tree | b66161fccfa91180e937f0689763f2124a4af97b /web/redirect.lua | |
| parent | 7f60b7c4e8d99f97a0a24b60bd4c4fd15697a4bb (diff) | |
web: import from m1msq 15b348f
Diffstat (limited to 'web/redirect.lua')
| -rw-r--r-- | web/redirect.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
