diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-29 15:19:36 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-29 15:19:36 +0200 |
commit | f73aa32549743b2967160d38c1622199c41524a4 (patch) | |
tree | 0fa290fbf9b14d7bfd3803f8cc4618c6c9829330 /server/src/helper/mod.rs | |
parent | f62c7f2a8cc143454779dc99334ca9fc80ddabd5 (diff) | |
download | jellything-f73aa32549743b2967160d38c1622199c41524a4.tar jellything-f73aa32549743b2967160d38c1622199c41524a4.tar.bz2 jellything-f73aa32549743b2967160d38c1622199c41524a4.tar.zst |
aaaaaaa
Diffstat (limited to 'server/src/helper/mod.rs')
-rw-r--r-- | server/src/helper/mod.rs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/server/src/helper/mod.rs b/server/src/helper/mod.rs index 856f6b7..125b159 100644 --- a/server/src/helper/mod.rs +++ b/server/src/helper/mod.rs @@ -3,5 +3,9 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2025 metamuffin <metamuffin.org> */ -pub mod cors; pub mod cache; +pub mod cors; +pub mod session; +pub mod node_id; + +pub struct A<T>(pub T); |