1 2 3 4 5
//! Chapter command handlers use crate::endpoints::chapters::get_chapter; resource_get!(chapter_get, get_chapter::get_chapter, "Chapter");