pub async fn get_for_course( course_id: Path<Uuid>, pool: Data<PgPool>, user: Option<AuthUser>, ) -> ControllerResult<Json<Vec<RepositoryExercise>>>