From 3e45908a94f417044f10f15dbc2cb50756f7c69d Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Fri, 11 Apr 2025 10:06:40 +0100 Subject: [bracket] moved home --- cgi/user.cgi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'cgi/user.cgi') 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 -- cgit v1.2.3