aboutsummaryrefslogtreecommitdiff
path: root/src/api/root.zig
blob: 5128aa1cab1ae13a6014aa20e62fe24a43ef58a6 (plain)
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());
}