diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-04-11 10:06:40 +0100 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-04-11 10:06:40 +0100 |
commit | 3e45908a94f417044f10f15dbc2cb50756f7c69d (patch) | |
tree | e727d8448092fbf480bd564c1878c667c792cf82 /cgi/user.cgi | |
parent | feb608e49908704c77561ea211f13bde15defa44 (diff) |
[bracket] moved home
Diffstat (limited to 'cgi/user.cgi')
-rwxr-xr-x | cgi/user.cgi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cgi/user.cgi b/cgi/user.cgi index b0a5017..af432f1 100755 --- a/cgi/user.cgi +++ b/cgi/user.cgi @@ -91,8 +91,6 @@ when "/" page("Home", "User_4574's Lair") when /^\/stuff-i-want/ page("Stuff I Want") -when /^\/bracket-api/ - load "bracket-api.cgi" - sts = $pdata == "null" ? "NOT_FOUND" : "OK" - $cgi.out("type" => "application/json", "status" => sts) { $pdata } +when /^bv/ + $cgi.http_header("status" => "MOVED", "Location" => "https://bv.miller.cm/") end |