aboutsummaryrefslogtreecommitdiff
path: root/server/src/routes/ui/account/mod.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-08-05 18:57:41 +0200
committermetamuffin <metamuffin@disroot.org>2023-08-05 22:45:30 +0200
commit246fcc704621d7c9626c990ded29b82abab47c8b (patch)
tree561c96b0c86f30f49e41ec408d616f109d93dd43 /server/src/routes/ui/account/mod.rs
parentb22f639737e2ee0152969e2106869538a3009ce6 (diff)
downloadjellything-246fcc704621d7c9626c990ded29b82abab47c8b.tar
jellything-246fcc704621d7c9626c990ded29b82abab47c8b.tar.bz2
jellything-246fcc704621d7c9626c990ded29b82abab47c8b.tar.zst
move admin interface
Diffstat (limited to 'server/src/routes/ui/account/mod.rs')
-rw-r--r--server/src/routes/ui/account/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/src/routes/ui/account/mod.rs b/server/src/routes/ui/account/mod.rs
index c04e29a..6bdf65a 100644
--- a/server/src/routes/ui/account/mod.rs
+++ b/server/src/routes/ui/account/mod.rs
@@ -3,7 +3,6 @@
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
Copyright (C) 2023 metamuffin <metamuffin.org>
*/
-pub mod admin;
pub mod session;
pub mod settings;