pub async fn end_exam_time(
pool: Data<PgPool>,
exam_id: Path<Uuid>,
user: AuthUser,
) -> ControllerResult<Json<()>>
Expand description
POST /api/v0/course-material/exams/:id/end-exam-time
Used for marking the students exam as ended in the exam enrollment