Skip to content

Commit

Permalink
Merge branch 'zig-0.12.0' into zig-0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai authored Apr 21, 2024
2 parents 43b6993 + 21c49a2 commit 740ddab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions examples/endpoint/userweb.zig
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ fn userIdFromPath(self: *Self, path: []const u8) ?usize {

fn getUser(e: *zap.Endpoint, r: zap.Request) void {
const self: *Self = @fieldParentPtr("ep", e);

if (r.path) |path| {
// /users
if (path.len == e.settings.path.len) {
Expand Down
1 change: 0 additions & 1 deletion facil.io/build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
.name = "facil.io",
.version = "0.0.12",
}

0 comments on commit 740ddab

Please sign in to comment.