1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

fix build error for example/app/basic

This commit is contained in:
Yongkie Wiyogo 2025-05-21 16:43:59 +08:00
parent ec7cac6f6a
commit dddcc7bc9c

View file

@ -88,6 +88,7 @@ const StopEndpoint = struct {
pub fn delete(_: *StopEndpoint, _: Allocator, _: *MyContext, _: zap.Request) !void {}
pub fn patch(_: *StopEndpoint, _: Allocator, _: *MyContext, _: zap.Request) !void {}
pub fn options(_: *StopEndpoint, _: Allocator, _: *MyContext, _: zap.Request) !void {}
pub fn head(_: *StopEndpoint, _: Allocator, _: *MyContext, _: zap.Request) !void {}
};
pub fn main() !void {