async fn get_by_exam_id(
    exam_id: Path<Uuid>,
    pool: Data<PgPool>
) -> ControllerResult<Json<Page>>
Expand description

GET /api/v0/course-material/pages/exam/{page_id}