1
2
3
4
5
6
/// Module for the primary and health check entrypoints.
pub mod basics;
/// Module for all the video based entrypoints.
pub mod video;
/// Module for `/home`, `/login`, `/logout` and `/error` entrypoints.
pub mod auth;