From 0ca7c01bc4a6c5ab50ac80f9a8e5d5c5db442f45 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 1 Jun 2025 08:04:30 +0200 Subject: Register works, part of login and auth middleware --- src/api/routes/auth/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/routes/auth/index.js') diff --git a/src/api/routes/auth/index.js b/src/api/routes/auth/index.js index 7113a17..29a07ad 100644 --- a/src/api/routes/auth/index.js +++ b/src/api/routes/auth/index.js @@ -1 +1 @@ -export * from './registerRoute.js'; +export * from './accountRoutes.js'; -- cgit 1.5.1