async fn get_chapter_and_course_information(
page_id: Path<Uuid>,
pool: Data<PgPool>,
) -> ControllerResult<Json<PageChapterAndCourseInformation>>
Expand description
GET /api/v0/course-material/pages/:page_id/chapter-and-course-information - gives the page’s chapter and course information – useful for the breadcrumbs