diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-03-31 14:02:43 +0100 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-03-31 14:02:43 +0100 |
commit | d472fc7ffaf2073b0202141704466ba80759b391 (patch) | |
tree | 59ad1d012ca3a5aa8109b61040bdeef626a70cd1 | |
parent | bdf908997660993e7d1da692693299d4851c4eaf (diff) |
[Bracket API] set mimetype
-rwxr-xr-x | cgi/user.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/user.cgi b/cgi/user.cgi index 03b7349..06ccd44 100755 --- a/cgi/user.cgi +++ b/cgi/user.cgi @@ -93,6 +93,6 @@ when /^\/stuff-i-want/ page("Stuff I Want") when /^bracket-api/ load "bracket-api.cgi" - $cgi.out { $cgi.path_info } + $cgi.out("text/plain") { $cgi.path_info } #$cgi.out("application/json") { $pdata } end |