1pub const PUBLIC_ENDPOINTS: &[&str] = &[ 2 "/swagger-ui", 3 "/api-docs", 4 "/api/v1/health", 5 "/api/v1/ready", 6];