Files
diplom/src/web/route/server/mod.rs
2025-05-14 10:41:46 +03:00

9 lines
111 B
Rust

pub mod channel;
mod create;
mod get;
mod list;
pub use create::create;
pub use get::get;
pub use list::list;