use HashSet;
const DEFAULT_PUBLIC_PATHS: & = &;
/// Build the default set of unauthenticated paths.
///
/// # Examples
///
/// ```rust
/// use codetether_agent::server::auth::default_public_paths;
///
/// let paths = default_public_paths();
/// assert!(paths.contains("/health"));
/// ```