diff options
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 |
