We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb41182 commit 89f6547Copy full SHA for 89f6547
src/handlers/http/prism_home.rs
@@ -26,7 +26,7 @@ use crate::{
26
};
27
28
const HOME_SEARCH_QUERY_PARAM: &str = "key";
29
-const HOME_QUERY_PARAM: &str = "includeInternal";
+pub const HOME_QUERY_PARAM: &str = "includeInternal";
30
/// Fetches the data to populate Prism's home
31
///
32
0 commit comments