Cal Corum
9ec69f9f2c
fix: standardize all collection POST routes to use trailing slash
...
Build Docker Image / build (pull_request) Successful in 3m38s
aiohttp follows 307 redirects but converts POST to GET, silently
dropping the request body. Standardize all @router.post('') to
@router.post('/') so the canonical URL always has a trailing slash,
preventing 307 redirects when clients POST with trailing slashes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 19:34:28 -05:00
Cal Corum
c05d00d60e
DB Error Handling
...
Added error handling wrapper and fixed SQLite -> Postgres issues
2025-08-20 19:33:40 -05:00
Cal Corum
cd1321553e
Logging updates
2024-12-16 09:03:23 -06:00
Cal Corum
4380c26319
Add Swagger support
2024-07-14 13:23:37 -05:00
Cal Corum
183e4bc91e
Season 8 Decision Fix
2024-01-29 00:03:49 -06:00
Cal Corum
fae1439365
Season 9 Additions
2024-01-14 22:44:23 -06:00
Cal Corum
1168d7abaa
Param updates to /plays
2023-12-04 13:38:53 -06:00
Cal Corum
1b653943a5
Update rest_ip from int to float
2023-08-19 01:14:55 -05:00
Cal Corum
505d0a1a8a
Add divisions, update standings
2023-08-05 00:28:00 -05:00
Cal Corum
302d3fe3ac
add game_id param to decisions
2023-07-31 23:02:13 -05:00
Cal Corum
2d235eb6f0
add /wipe/game
2023-07-29 01:35:39 -05:00
Cal Corum
40df835d98
/plays and /decisions
...
Added /plays validators for scorecard, first pass at /decisions
2023-07-29 00:13:07 -05:00