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/api/root.zig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/api/root.zig') diff --git a/src/api/root.zig b/src/api/root.zig index 5128aa1..7acd953 100644 --- a/src/api/root.zig +++ b/src/api/root.zig @@ -3,6 +3,11 @@ const std = @import("std"); +const http = @import("http"); +const Interface = http.handler.Interface; + +pub const interfaces: []const Interface = &.{}; + test { _ = std.testing.refAllDecls(@This()); } -- cgit v1.2.3-70-g09d2