1 2 3 4 5
//! Programmatic auth router ([`mount`]) for apps without generated controllers. mod mount; pub use mount::mount;