diff options
| author | Joe Carstairs <me@joeac.net> | 2024-11-24 15:45:04 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-11-24 15:56:01 +0000 |
| commit | 1f5dcf9762a83d5972c0c8dbad22732505bf621c (patch) | |
| tree | 5a1f5edd993733d48016ce2a8a8691b8f446858a /rust/schist_backend/src/routes/mod.rs | |
| parent | 022795ffcaaa0d904c9f911d8a059885c2254278 (diff) | |
Swaps budget updates for budget drips
Diffstat (limited to 'rust/schist_backend/src/routes/mod.rs')
| -rw-r--r-- | rust/schist_backend/src/routes/mod.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rust/schist_backend/src/routes/mod.rs b/rust/schist_backend/src/routes/mod.rs index bf0ab4a..e22565c 100644 --- a/rust/schist_backend/src/routes/mod.rs +++ b/rust/schist_backend/src/routes/mod.rs @@ -1,5 +1,2 @@ pub mod account; -pub mod balance; -pub mod budget; -pub mod budget_update; pub mod category; |
