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/auth/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/api/routes/auth/index.js (limited to 'src/api/routes/auth/index.js') diff --git a/src/api/routes/auth/index.js b/src/api/routes/auth/index.js new file mode 100644 index 0000000..8306697 --- /dev/null +++ b/src/api/routes/auth/index.js @@ -0,0 +1 @@ +export * from "./registerRoute.js"; -- cgit 1.5.1