From 5ab3cbaa54642ada07085d1e0aa2e984dec1849a Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 29 May 2025 06:17:12 +0200 Subject: Allow unfree in nix flake, add mongodb-compass to devShell closure, basic mongo attempt, add test register route --- src/api/routes/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/api/routes/index.js') diff --git a/src/api/routes/index.js b/src/api/routes/index.js index c35303f..147246e 100644 --- a/src/api/routes/index.js +++ b/src/api/routes/index.js @@ -1,2 +1,4 @@ export * from "./statusRoute.js"; export * from "./indexRoute.js"; + +export * from "./auth/index.js"; -- cgit 1.5.1