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