pub async fn fetch_exam_for_testing(
    pool: Data<PgPool>,
    exam_id: Path<Uuid>,
    user: AuthUser
) -> ControllerResult<Json<ExamData>>
Expand description

GET /api/v0/course-material/exams/:id/fetch-exam-for-testing

Fetches an exam for testing.