async fn get_page_by_course_id_and_language_group(
    info: Path<(Uuid, Uuid)>,
    pool: Data<PgPool>
) -> ControllerResult<Json<Page>>
Expand description

GET `/api/v0/{course_id}/pages/by-language-group-id/{page_language_group_id} - Returns a page with the given course id and language group id.