/// 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;
/// Module to render images for the HTML pages requested via JavaScript.
pub mod images;