async fn get_course_instances(
    pool: Data<PgPool>,
    user: AuthToken
) -> ControllerResult<Json<Vec<CourseInstance>>>
Expand description
  • GET /api/v0/langs/course-instances
  • Returns the course instances that the user is currently enrolled on that contain TMC exercises.