3 lines
83 B
Rust
3 lines
83 B
Rust
pub const SEARCH_RESULTS_PER_PAGE: usize = 20;
|
|
pub const USE_GRAPHQL: bool = true;
|
pub const SEARCH_RESULTS_PER_PAGE: usize = 20;
|
|
pub const USE_GRAPHQL: bool = true;
|