mirror of
https://github.com/myronblair/jarvis
synced 2026-06-30 17:50:23 -05:00
2f5e7b5a00
Both endpoints tried to require a non-existent includes/auth.php and call AuthMiddleware::requireAuth() — auth is already handled by api.php before any endpoint file runs. This caused 500 errors on /api/metrics (which blocked agent sparklines) and /api/suggestions. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>