diff options
| author | Joe Carstairs <me@joeac.net> | 2024-09-17 18:10:17 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-09-17 18:11:39 +0100 |
| commit | 76974785294089965efc3f55b2a08d4089029c52 (patch) | |
| tree | 67e72c77857d10461a5c84f59967866fd5b4c365 /backend/src/main.rs | |
| parent | cd269b3540fb5e3a988c1b59d3763db360b1fb34 (diff) | |
Adds /budget_update endpoint
Diffstat (limited to 'backend/src/main.rs')
| -rw-r--r-- | backend/src/main.rs | 1 |
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, ], ) |
