Skip to content

Commit c402732

Browse files
home api query param public
1 parent 2ff0244 commit c402732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/http/prism_home.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ use crate::{
2626
};
2727

2828
const HOME_SEARCH_QUERY_PARAM: &str = "key";
29-
const HOME_QUERY_PARAM: &str = "includeInternal";
29+
pub const HOME_QUERY_PARAM: &str = "includeInternal";
3030
/// Fetches the data to populate Prism's home
3131
///
3232
///

0 commit comments

Comments
 (0)