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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/src/main.rs b/backend/src/main.rs
index cdf4699..6966e3c 100644
--- a/backend/src/main.rs
+++ b/backend/src/main.rs
@@ -49,7 +49,7 @@ async fn rocket() -> Rocket<Build> {
routes::account::get_all_accounts,
routes::account::create_account,
routes::balance::get_all_category_balances,
- routes::budget::get_all_category_budgets,
+ routes::budget::get_current_category_budget_per_category,
routes::category::get_all_categories,
],
)