async fn get_chapter_front_page(
    page_id: Path<Uuid>,
    pool: Data<PgPool>
) -> ControllerResult<Json<Option<Page>>>
Expand description

GET /api/v0/course-material/page/{page_id}