diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-17 10:05:44 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-17 10:05:44 +0100 |
| commit | 9c979a6fefdfc6709b3576014520d219e02c3649 (patch) | |
| tree | 1f74a2edbaac651c983cff100bca250a329339d3 /src/routes/api/session/renew.zig | |
| parent | e95cf5c7b6a08eb560763d5167fbddc1c2117bcc (diff) | |
self import lib
Diffstat (limited to 'src/routes/api/session/renew.zig')
| -rw-r--r-- | src/routes/api/session/renew.zig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/routes/api/session/renew.zig b/src/routes/api/session/renew.zig index 7dfa491..c13e27e 100644 --- a/src/routes/api/session/renew.zig +++ b/src/routes/api/session/renew.zig @@ -1,4 +1,5 @@ -const Context = @import("../../context.zig"); +const memora = @import("memora"); +const Context = memora.Context; pub const access = .users; |