diff options
Diffstat (limited to 'cgi/user.cgi')
-rwxr-xr-x | cgi/user.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cgi/user.cgi b/cgi/user.cgi index 27e8a24..535e580 100755 --- a/cgi/user.cgi +++ b/cgi/user.cgi @@ -93,6 +93,5 @@ when /^\/stuff-i-want/ page("Stuff I Want") when /^\/bracket-api/ load "bracket-api.cgi" - $cgi.out("text/plain") { "path_info: #{$cgi.path_info}" } - #$cgi.out("application/json") { $pdata } + $cgi.out("application/json") { $pdata } end |