1 2 3 4 5 6 7 8
//! There should not be any http specific stuff in here, //! only the specific api endpoints. const std = @import("std"); test { _ = std.testing.refAllDecls(@This()); }