headless_lms_server::controllers::main_frontend::exams

Function get_exam

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

GET `/api/v0/main-frontend/exams/:id