diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-19 18:58:54 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-19 18:58:54 +0100 |
| commit | 25228df6d13b5e8541672c4cdd84e200ff56a4c4 (patch) | |
| tree | 924cc6bdc00440c6bf592b04602261cdab17d60a /src/context.zig | |
| parent | 4c06eb64cbed3562e428ce59857d1763098638f3 (diff) | |
add profile settings to backend and add image loader
Diffstat (limited to 'src/context.zig')
| -rw-r--r-- | src/context.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/context.zig b/src/context.zig index 54ece18..6e73b5d 100644 --- a/src/context.zig +++ b/src/context.zig @@ -9,7 +9,6 @@ allocator: std.mem.Allocator, request: *std.http.Server.Request, storage: *Storage, fingerprint: []const u8, -user: ?[]const u8 = null, response: struct { headers: struct { content_type: []const u8 = "application/json", |