async fn get_chapters_pages_without_main_frontpage(
    chapter_id: Path<Uuid>,
    pool: Data<PgPool>,
    auth: Option<AuthUser>
) -> ControllerResult<Json<Vec<Page>>>
Expand description

GET /api/v0/course-material/chapters/:chapter_id/pages-exclude-mainfrontpage - Returns a list of pages in chapter mainfrontpage excluded.