async fn get_url_path(
page_id: Path<Uuid>,
pool: Data<PgPool>,
auth: Option<AuthUser>,
) -> ControllerResult<String>Expand description
GET /api/v0/course-material/pages/:page_id/url-path - returns the page’s URL path.
§Example
"chapter-1/page-2"