diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-28 00:24:52 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-28 00:24:52 +0100 |
| commit | 4841c08da8afa3e42c354fbc325ce56b6f997079 (patch) | |
| tree | 3574919fc3e631e76e9e8a136c692f2a614e80b2 /server/src/ui/mod.rs | |
| parent | 7930d543a2aa68d4ad2958605827d7eb1baa91f8 (diff) | |
| download | jellything-4841c08da8afa3e42c354fbc325ce56b6f997079.tar jellything-4841c08da8afa3e42c354fbc325ce56b6f997079.tar.bz2 jellything-4841c08da8afa3e42c354fbc325ce56b6f997079.tar.zst | |
bad pagination
Diffstat (limited to 'server/src/ui/mod.rs')
| -rw-r--r-- | server/src/ui/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/ui/mod.rs b/server/src/ui/mod.rs index 6cb3cd2..2dab076 100644 --- a/server/src/ui/mod.rs +++ b/server/src/ui/mod.rs @@ -15,10 +15,10 @@ pub mod admin; pub mod assets; pub mod error; pub mod home; +pub mod items; pub mod node; pub mod player; pub mod style; -pub mod items; #[get("/")] pub async fn r_index(ri: RequestInfo<'_>) -> MyResult<Redirect> { |