feat: introduce content library management for reusable content blocks with dedicated API endpoints and database schema.
This commit is contained in:
@@ -178,7 +178,7 @@ pub async fn submit_peer_review(
|
||||
}
|
||||
|
||||
pub async fn get_my_submission_feedback(
|
||||
Org(org_ctx): Org,
|
||||
Org(_org_ctx): Org,
|
||||
claims: Claims,
|
||||
State(pool): State<PgPool>,
|
||||
Path((_course_id, lesson_id)): Path<(Uuid, Uuid)>,
|
||||
|
||||
Reference in New Issue
Block a user