diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-16 13:25:02 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-16 13:25:02 +0100 |
commit | abe663807337faa717f9485b047c8f0e808f2a09 (patch) | |
tree | db969df5bf119debc9e2ba6450e3fd05c2f39b0d /server/src/routes/ui/mod.rs | |
parent | 079fec9f206751047248c8c7733d7eccbd89d94b (diff) | |
download | jellything-abe663807337faa717f9485b047c8f0e808f2a09.tar jellything-abe663807337faa717f9485b047c8f0e808f2a09.tar.bz2 jellything-abe663807337faa717f9485b047c8f0e808f2a09.tar.zst |
stats page
Diffstat (limited to 'server/src/routes/ui/mod.rs')
-rw-r--r-- | server/src/routes/ui/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/routes/ui/mod.rs b/server/src/routes/ui/mod.rs index 9a3e61b..d56285c 100644 --- a/server/src/routes/ui/mod.rs +++ b/server/src/routes/ui/mod.rs @@ -43,6 +43,7 @@ pub mod player; pub mod search; pub mod sort; pub mod style; +pub mod stats; #[get("/")] pub async fn r_index(sess: Option<Session>) -> MyResult<Either<Redirect, DynLayoutPage<'static>>> { |