summaryrefslogtreecommitdiff
path: root/src/login/mod.rs
blob: c2b2924139f4e1868b80d46774d91e345f487ed8 (plain)
1
2
3
4
5
pub use self::routes::router;

mod extract;
pub mod repo;
mod routes;