letterbox/web/src/consts.rs

3 lines
83 B
Rust

pub const SEARCH_RESULTS_PER_PAGE: usize = 20;
pub const USE_GRAPHQL: bool = true;