is_chapter_front_page

Function is_chapter_front_page 

Source
async fn is_chapter_front_page(
    page_id: Path<Uuid>,
    pool: Data<PgPool>,
) -> ControllerResult<Json<IsChapterFrontPage>>