summary refs log tree commit diff
path: root/src/api/routes/index.js
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-01 11:13:55 +0200
committerRory& <root@rory.gay>2025-06-01 11:13:55 +0200
commit4e12e02bc805170e6b03d33e0ef894b2a3021fb3 (patch)
treea525a35cfcc28f80bbe33d152fe483d14d8b23d1 /src/api/routes/index.js
parentUpdate test client (diff)
downloadnodejs-final-assignment-4e12e02bc805170e6b03d33e0ef894b2a3021fb3.tar.xz
Add alarm endpoints, basic budget routes, spend history
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 745dd27..4feeb11 100644 --- a/src/api/routes/index.js +++ b/src/api/routes/index.js
@@ -2,3 +2,5 @@ export * from './statusRoute.js'; export * from './indexRoute.js'; export * from './auth/index.js'; +export * from './budgetRoutes.js'; +export * from './alarmRoutes.js';