summaryrefslogtreecommitdiff
path: root/rust/schist_backend/src/routes/mod.rs
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-12-12 08:28:04 +0000
committerJoe Carstairs <me@joeac.net>2024-12-12 08:28:04 +0000
commit54894f9de9bad4fecb2a116d59a03cdd003f84c0 (patch)
tree6ce5517cecf23d4e93d7a381a374e1fa6c810cee /rust/schist_backend/src/routes/mod.rs
parent8a30bcbdf9264d235bf93da3df8e170cfde53d02 (diff)
Moves rust workspace to root
Diffstat (limited to 'rust/schist_backend/src/routes/mod.rs')
-rw-r--r--rust/schist_backend/src/routes/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/rust/schist_backend/src/routes/mod.rs b/rust/schist_backend/src/routes/mod.rs
deleted file mode 100644
index e22565c..0000000
--- a/rust/schist_backend/src/routes/mod.rs
+++ /dev/null
@@ -1,2 +0,0 @@
-pub mod account;
-pub mod category;