async fn get_course_module(
    course_module_id: Path<Uuid>,
    pool: Data<PgPool>,
    user: AuthUser
) -> ControllerResult<Json<CourseModule>>
Expand description

GET /api/v0/main-frontend/course-modules/{course_module_id}

Returns information about the course module.