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

pub use self::routes::router;