async fn get_peer_reviews_received(
    pool: Data<PgPool>,
    params: Path<(Uuid, Uuid)>,
    user: AuthUser
) -> ControllerResult<Json<PeerOrSelfReviewsReceived>>
Expand description

GET /api/v0/course-material/exercises/:exercise_id/peer-review-received - Get peer review recieved from other student for an exercise. This includes peer review submitted and the question asociated with it.