aboutsummaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
Diffstat (limited to 'cgi')
-rwxr-xr-xcgi/user.cgi6
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