Skip to main content

get_page_by_stored_path

Function get_page_by_stored_path 

Source
async fn get_page_by_stored_path(
    conn: &mut PgConnection,
    course_id: Uuid,
    url_path: &str,
) -> ModelResult<Option<Page>>