major-domo-v2/api
Cal Corum 9379ba587a
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m13s
fix: add trailing slashes to API URLs to prevent 307 redirects dropping POST bodies
The FastAPI server returns 307 redirects for URLs without trailing slashes.
aiohttp follows these redirects but converts POST to GET, silently dropping
the request body. This caused play-by-play and decision data from
/submit-scorecard to never be persisted to the database despite the API
returning success.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 17:25:08 -05:00
..
__init__.py CLAUDE: Initial commit for discord-app-v2 rebuild 2025-08-15 00:04:50 -05:00
client.py fix: add trailing slashes to API URLs to prevent 307 redirects dropping POST bodies 2026-03-09 17:25:08 -05:00