summaryrefslogtreecommitdiff
path: root/rust/schist_backend/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/schist_backend/src/main.rs')
-rw-r--r--rust/schist_backend/src/main.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/rust/schist_backend/src/main.rs b/rust/schist_backend/src/main.rs
index aa46cb4..8395681 100644
--- a/rust/schist_backend/src/main.rs
+++ b/rust/schist_backend/src/main.rs
@@ -42,9 +42,6 @@ async fn rocket() -> Rocket<Build> {
routes![
routes::account::get_all_accounts,
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,
],
)