aboutsummaryrefslogtreecommitdiff
path: root/src/routes/api/profile/root.zig
blob: 04bf042fbfe27607194da49b01cac38dcdc3644a (plain)
1
2
3
4
5
const memora = @import("memora");
const HandlerInfo = memora.routes.HandlerInfo;

pub const image = @import("image/root.zig");
pub const set: HandlerInfo = .from_type(@import("set.zig"));