diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-15 11:54:00 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-11-15 11:56:24 +0100 |
| commit | e8ff326f0e5bd61fb0a8c22c48f296fcf0249830 (patch) | |
| tree | 19d8c026f8460ec577f446a7d61e68c38acddde0 /src/routes/api/root.zig | |
| parent | 007bc3fe0615f38cb31d5116759ed3500f6fd3e6 (diff) | |
backend implement auth-service
Diffstat (limited to 'src/routes/api/root.zig')
| -rw-r--r-- | src/routes/api/root.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/api/root.zig b/src/routes/api/root.zig index 19c4074..e3c5d6f 100644 --- a/src/routes/api/root.zig +++ b/src/routes/api/root.zig @@ -1 +1,2 @@ pub const auth = @import("auth/root.zig"); +pub const session = @import("session/root.zig"); |