//! There should not be any http specific stuff in here, //! only the specific api endpoints. const std = @import("std"); const http = @import("http"); const Interface = http.handler.Interface; pub const interfaces: []const Interface = &.{}; test { _ = std.testing.refAllDecls(@This()); }