From 51307d973255e32ec1440083dee383e8b2cd8878 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 6 Jun 2026 07:57:50 +0200 Subject: Implement static handler and synchronous server handling --- src/http/root.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/root.zig') diff --git a/src/http/root.zig b/src/http/root.zig index 2fa4042..88d1420 100644 --- a/src/http/root.zig +++ b/src/http/root.zig @@ -3,7 +3,7 @@ const std = @import("std"); pub const Server = @import("Server.zig"); -pub const handler = @import("handler.zig"); +pub const handler = @import("handler/root.zig"); pub const Response = @import("Response.zig"); pub const Route = @import("Route.zig"); pub const RouteSet = @import("RouteSet.zig"); -- cgit v1.2.3-70-g09d2