diff options
Diffstat (limited to 'src/routes/api/profile/root.zig')
| -rw-r--r-- | src/routes/api/profile/root.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/api/profile/root.zig b/src/routes/api/profile/root.zig index 04bf042..0bdd064 100644 --- a/src/routes/api/profile/root.zig +++ b/src/routes/api/profile/root.zig @@ -3,3 +3,4 @@ const HandlerInfo = memora.routes.HandlerInfo; pub const image = @import("image/root.zig"); pub const set: HandlerInfo = .from_type(@import("set.zig")); +pub const @"update-password": HandlerInfo = .from_type(@import("update-password.zig")); |