diff options
| author | Joe Carstairs <me@joeac.net> | 2024-09-17 11:28:56 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-09-17 11:28:56 +0100 |
| commit | f0e3e0cfb183253e03b1a61ddecb7b9330d47fdb (patch) | |
| tree | 722eca369743dcfbb95f1efd58cc4cecc0fb8677 /backend/src/routes/mod.rs | |
| parent | c737b6df94eae4981bb03dda3583e24046e24865 (diff) | |
Refactors backend
Diffstat (limited to 'backend/src/routes/mod.rs')
| -rw-r--r-- | backend/src/routes/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/src/routes/mod.rs b/backend/src/routes/mod.rs index b0edc6c..1d4408a 100644 --- a/backend/src/routes/mod.rs +++ b/backend/src/routes/mod.rs @@ -1 +1,4 @@ pub mod account; +pub mod balance; +pub mod budget; +pub mod category; |
