Cal Corum
0e132e602f
fix: remove unused imports in standings.py and pitchingstats.py ( #30 )
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-17 16:28:25 -05:00
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
8c492273dc
Postgres Query Updates
...
Fixing query errors caused by Postgres vs SQLite
2025-08-25 07:19:13 -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
d8ef59dae0
Stat updates for website
2023-09-10 19:16:36 -05:00
Cal Corum
5a5146c1cf
Added logging to each router
2023-07-26 14:06:21 -05:00
Cal Corum
5d7780a920
Updated ip_min in /pitchingstats
2023-06-21 10:05:16 -05:00
Cal Corum
8f53d83d9e
Added logging to dependencies, added week parameter to stats/totals
2023-05-27 11:16:52 -05:00
Cal Corum
d5cfaaa475
Batting, Pitching, and Fielding stats complete
2023-05-10 16:31:52 -05:00
Cal Corum
3bd4150da5
Batstats and pitchstats
2023-05-08 09:02:41 -05:00