diff --git a/src/main/controllers/web.zig b/src/main/controllers/web.zig index 5a6d52f..9cdec8a 100644 --- a/src/main/controllers/web.zig +++ b/src/main/controllers/web.zig @@ -25,8 +25,6 @@ const about = struct { pub const method = .GET; pub fn handler(_: anytype, res: anytype, srv: anytype) !void { - try res.headers.put("Content-Type", "text/html"); - try res.template(.ok, tmpl, .{ .community = srv.community, });