From f39dfd01ab06cf92a3bcad75fcb175a8242ec1b1 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 6 Jun 2026 09:38:56 +0200 Subject: Remove Server struct and replace it with single function --- 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 88d1420..a1cc95c 100644 --- a/src/http/root.zig +++ b/src/http/root.zig @@ -2,7 +2,7 @@ const std = @import("std"); -pub const Server = @import("Server.zig"); +pub const serve = @import("serve.zig").serve; pub const handler = @import("handler/root.zig"); pub const Response = @import("Response.zig"); pub const Route = @import("Route.zig"); -- cgit v1.2.3-70-g09d2