adbf50d47b
🔧 REMOVED NON-WORKING ENDPOINTS: - Removed GET /recommend-news (article ID recommendations) - Removed POST /analyze-article (AI article analysis) - Removed POST /generate-insights (AI insights generation) - Removed associated request models (AnalyzeRequest, InsightsRequest) 📝 UPDATED DOCUMENTATION: - Updated README.md from 13 to 10 API endpoints - Updated all endpoint counts throughout documentation - Reorganized API sections to reflect current functionality - Maintained accurate system metrics (337 articles) ✅ CURRENT WORKING ENDPOINTS (10): - Core System (3): /, /health, /stats - News Management (2): /fetch-news, /articles - Recommendations (3): /recommend-by-query, /recommend-by-interests, /trending - Search & Discovery (1): /search - AI Analysis (1): /ai-status 🚀 System now ready for live demo with 100% working endpoints!