async fn unhide_course_from_my_courses(
course_id: Path<Uuid>,
user: AuthUser,
pool: Data<PgPool>,
) -> ControllerResult<Json<()>>Expand description
POST /api/v0/main-frontend/users/my-courses/:course_id/unhide - Puts a previously hidden course
back into the authenticated user’s “My courses” list.