ccf1323849
Add missing route registrations to complete the analytics, leaderboard, and profile features: - Import analyticsRoutes from routes/analytics - Import leaderboardRoutes from routes/leaderboard - Register /api/profile endpoint with profileRoutes - Register /api/analytics endpoint with analyticsRoutes - Register /api/leaderboard endpoint with leaderboardRoutes These routes enable: - Comprehensive analytics dashboard with overview, activity trends, and top contributors - Global, weekly, monthly, and friends leaderboards with user rankings - User profile management with avatar upload and privacy settings Dependencies: All route handlers, tests, and frontend components already implemented 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>