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/RouteSet.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/RouteSet.zig') diff --git a/src/http/RouteSet.zig b/src/http/RouteSet.zig index 623a2a9..de8b3c2 100644 --- a/src/http/RouteSet.zig +++ b/src/http/RouteSet.zig @@ -1,7 +1,7 @@ const std = @import("std"); const Route = @import("Route.zig"); -const handler = @import("handler.zig"); +const handler = @import("handler/root.zig"); const Interface = handler.Interface; const Context = handler.Context; -- cgit v1.2.3-70-g09d2