summary refs log tree commit diff
path: root/src/api/routes/index.js
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-03 01:01:40 +0200
committerRory& <root@rory.gay>2025-06-03 01:01:40 +0200
commit6f3f08ed340e59a62a2d0428a5c32f99551ef1ce (patch)
treeff77390b1d3ea61414c14c94ac1fa2a05030879b /src/api/routes/index.js
parentMore alarm testing (diff)
downloadnodejs-final-assignment-6f3f08ed340e59a62a2d0428a5c32f99551ef1ce.tar.xz
Fix performance issues, add fake user bot to test client, more testing
Diffstat (limited to 'src/api/routes/index.js')
-rw-r--r--src/api/routes/index.js2
1 files changed, 2 insertions, 0 deletions
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';