From 27b95c9186bd45edd4c982a7cc89cf69cf2c5d46 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Wed, 16 Oct 2024 12:51:21 +0100 Subject: All backend stuff lives in backend folder --- backend/src/routes/mod.rs | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 backend/src/routes/mod.rs (limited to 'backend/src/routes/mod.rs') diff --git a/backend/src/routes/mod.rs b/backend/src/routes/mod.rs deleted file mode 100644 index bf0ab4a..0000000 --- a/backend/src/routes/mod.rs +++ /dev/null @@ -1,5 +0,0 @@ -pub mod account; -pub mod balance; -pub mod budget; -pub mod budget_update; -pub mod category; -- cgit v1.2.3