diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-25 15:21:24 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-25 15:21:24 +0100 |
| commit | 12868c6bce4287adef760a76f3f1ef9d74fb9bda (patch) | |
| tree | 5a7a7ff0d7feb970551eab4f855a1837b3c3fff4 /server/src/ui/mod.rs | |
| parent | 9c08495cca8b9aaf297c88da9ec98a619eb90762 (diff) | |
| download | jellything-12868c6bce4287adef760a76f3f1ef9d74fb9bda.tar jellything-12868c6bce4287adef760a76f3f1ef9d74fb9bda.tar.bz2 jellything-12868c6bce4287adef760a76f3f1ef9d74fb9bda.tar.zst | |
user removal
Diffstat (limited to 'server/src/ui/mod.rs')
| -rw-r--r-- | server/src/ui/mod.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/src/ui/mod.rs b/server/src/ui/mod.rs index 28762f1..27535fa 100644 --- a/server/src/ui/mod.rs +++ b/server/src/ui/mod.rs @@ -16,9 +16,8 @@ pub mod assets; pub mod error; pub mod home; pub mod node; -pub mod style; pub mod player; -pub mod user; +pub mod style; #[get("/")] pub async fn r_index(ri: RequestInfo<'_>) -> MyResult<Redirect> { |