headless_lms_server::controllers::course_material::pages

Function get_chapter_front_page

Source
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}