summaryrefslogtreecommitdiff
path: root/rust/schist_backend/src/main.rs
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-11-24 15:45:04 +0000
committerJoe Carstairs <me@joeac.net>2024-11-24 15:56:01 +0000
commit1f5dcf9762a83d5972c0c8dbad22732505bf621c (patch)
tree5a1f5edd993733d48016ce2a8a8691b8f446858a /rust/schist_backend/src/main.rs
parent022795ffcaaa0d904c9f911d8a059885c2254278 (diff)
Swaps budget updates for budget drips
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,
],
)