async fn get_all_course_language_versions(
    pool: Data<PgPool>,
    course_id: Path<Uuid>,
    user: AuthUser
) -> ControllerResult<Json<Vec<Course>>>
Expand description

GET /api/v0/main-frontend/courses/:id/language-versions - Returns all language versions of the same course.

Example

Request:

GET /api/v0/main-frontend/courses/fd484707-25b6-4c51-a4ff-32d8259e3e47/language-versions HTTP/1.1
Content-Type: application/json