diff options
Diffstat (limited to 'backend/src/main.zig')
| -rw-r--r-- | backend/src/main.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/src/main.zig b/backend/src/main.zig index 6ed630f..db48a38 100644 --- a/backend/src/main.zig +++ b/backend/src/main.zig @@ -24,6 +24,7 @@ pub fn main() !void { router.get("/", index, .{}); @import("API/WeaponsAPI.zig").RegisterEndpoints(router); + @import("API/AuthenticationAPI.zig").RegisterEndpoints(router); // PSQL connection try db.Connect(allocator); |
