1
2
3
4
5
6
7
8
/// Module for the primary and health check entry points.
pub mod basics;
/// Module for all the rendering based entry points.
pub mod media;
/// Module for `/home`, `/login`, `/logout` and `/error` entrypoints.
pub mod auth;
/// Module to handle upload entrypoint.
pub mod upload;