aboutsummaryrefslogtreecommitdiff
path: root/src/routes/api/auth/root.zig
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-11-24 21:13:47 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2025-11-24 21:17:05 +0100
commitf3756dac8a49f3b5599fd50f4c631da4168e9eb0 (patch)
treea84d95e30269d4b368b741ffd1a781b7cfbb1988 /src/routes/api/auth/root.zig
parent97b35ce73fab8a84d4d3e6807618a252efcf4cd9 (diff)
add jump-to month
Diffstat (limited to 'src/routes/api/auth/root.zig')
-rw-r--r--src/routes/api/auth/root.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/routes/api/auth/root.zig b/src/routes/api/auth/root.zig
index fa93c92..5f45891 100644
--- a/src/routes/api/auth/root.zig
+++ b/src/routes/api/auth/root.zig
@@ -2,4 +2,3 @@ const HandlerInfo = @import("../../handler-info.zig");
pub const login: HandlerInfo = .from_type(@import("login.zig"));
pub const @"first-login": HandlerInfo = .from_type(@import("first-login.zig"));
-pub const @"create-user": HandlerInfo = .from_type(@import("create-user.zig"));