diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-10 01:11:36 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-10 01:11:36 +0100 |
| commit | f035474090d3c82f50c3860cbafd6f60b8af36e8 (patch) | |
| tree | ad05b9df5770bee3c1f020870911f7744977422d /server/src/ui/mod.rs | |
| parent | 7754a042ed80c7d8e2391925a8a6ae87a7610c8e (diff) | |
| download | jellything-f035474090d3c82f50c3860cbafd6f60b8af36e8.tar jellything-f035474090d3c82f50c3860cbafd6f60b8af36e8.tar.bz2 jellything-f035474090d3c82f50c3860cbafd6f60b8af36e8.tar.zst | |
fix index key ser; query debug print
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 55fad6a..112bb6b 100644 --- a/server/src/ui/mod.rs +++ b/server/src/ui/mod.rs @@ -14,7 +14,7 @@ pub mod account; // pub mod admin; pub mod assets; pub mod error; -// pub mod home; +pub mod home; // pub mod items; pub mod node; // pub mod player; |