From 6f3f08ed340e59a62a2d0428a5c32f99551ef1ce Mon Sep 17 00:00:00 2001 From: Rory& Date: Tue, 3 Jun 2025 01:01:40 +0200 Subject: Fix performance issues, add fake user bot to test client, more testing --- 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 4feeb11..bc6c853 100644 --- a/src/api/routes/index.js +++ b/src/api/routes/index.js @@ -4,3 +4,5 @@ export * from './indexRoute.js'; export * from './auth/index.js'; export * from './budgetRoutes.js'; export * from './alarmRoutes.js'; +export * from './assignedUserRoutes.js'; +export * from './adminRoutes.js'; -- cgit 1.5.1