pub fn detect_health_endpoints(
project_root: &Path,
technologies: &[DetectedTechnology],
max_file_size: usize,
) -> Vec<HealthEndpoint>Expand description
Detects health endpoints from project analysis
pub fn detect_health_endpoints(
project_root: &Path,
technologies: &[DetectedTechnology],
max_file_size: usize,
) -> Vec<HealthEndpoint>Detects health endpoints from project analysis