async fn get_certificates(
course_id: Path<Uuid>,
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<Json<Vec<CertificateGridRow>>>Expand description
GET /api/v0/main-frontend/courses/{course_id}/students/certificates
async fn get_certificates(
course_id: Path<Uuid>,
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<Json<Vec<CertificateGridRow>>>GET /api/v0/main-frontend/courses/{course_id}/students/certificates