summaryrefslogtreecommitdiff
path: root/backend/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/main.rs')
-rw-r--r--backend/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/src/main.rs b/backend/src/main.rs
index 6966e3c..c3e02e5 100644
--- a/backend/src/main.rs
+++ b/backend/src/main.rs
@@ -50,6 +50,7 @@ async fn rocket() -> Rocket<Build> {
routes::account::create_account,
routes::balance::get_all_category_balances,
routes::budget::get_current_category_budget_per_category,
+ routes::budget_update::get_all_budget_updates,
routes::category::get_all_categories,
],
)