major-domo-database/app
Cal Corum abf4435931 CLAUDE: Fix cache_result decorator to handle Response objects properly
- Skip caching for FastAPI Response objects (CSV downloads, etc.)
- Response objects can't be JSON-serialized/deserialized without corruption
- Regular JSON responses continue to be cached normally
- Fixes issue where CSV endpoints returned Response object string representation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-27 22:48:30 -05:00
..
routers_v3 Added SeasonPitchingStats 2025-08-26 00:17:57 -05:00
__init__.py Initial commit 2023-03-21 16:09:46 -05:00
db_engine.py Added SeasonPitchingStats 2025-08-26 00:17:57 -05:00
dependencies.py CLAUDE: Fix cache_result decorator to handle Response objects properly 2025-08-27 22:48:30 -05:00
main.py Postgres Query Updates 2025-08-25 07:19:13 -05:00