summaryrefslogtreecommitdiff
path: root/src/channel/mod.rs
blob: bc2cc6c44cf4225a3b8254a9e18465d8904c9404 (plain)
1
2
3
4
5
6
pub mod app;
mod header;
pub mod repo;
mod routes;

pub use self::routes::router;