paper-dynasty-database/app/routers_v2
Cal Corum 7b494faa99 fix: remove broken live_update_batting stub endpoint (#10)
The endpoint iterated over `files.vl_basic` (a string, not parsed CSV),
causing it to loop over individual characters. The body contained only
`pass` with TODO comments and no running stats logic. Removed the
endpoint entirely along with the dead commented-out csv helper code.
The `BattingFiles` model is retained as it is still used by
`live_update_pitching`.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 15:34:06 -06:00
..
__init__.py Initial Commit with /current 2023-09-13 14:44:26 -05:00
admin.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
awards.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
batstats.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
battingcardratings.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
battingcards.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
cardpositions.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
cards.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
cardsets.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
current.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
decisions.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
events.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
gamerewards.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
gauntletrewards.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
gauntletruns.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
mlbplayers.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
notifications.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
packs.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
packtypes.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
paperdex.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
pitchingcardratings.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
pitchingcards.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
pitstats.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
players.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
rarity.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
results.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
rewards.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
scout_claims.py feat: add scout_opportunities and scout_claims tables and API endpoints (#44) 2026-03-05 03:45:38 +00:00
scout_opportunities.py feat: add scout_opportunities and scout_claims tables and API endpoints (#44) 2026-03-05 03:45:38 +00:00
scouting.py fix: remove broken live_update_batting stub endpoint (#10) 2026-03-05 15:34:06 -06:00
stratgame.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
stratplays.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
teams.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00