paper-dynasty-database/app/routers_v2
Cal Corum a833c94636 fix: replace raise HTTPException(status_code=200) with return statements (#16)
Replace 22 instances of semantically incorrect raise HTTPException(status_code=200, detail=...)
with plain return {"message": ...} dicts across 16 router files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-05 15:32:12 -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: replace raise HTTPException(status_code=200) with return statements (#16) 2026-03-05 15:32:12 -06:00
batstats.py fix: replace raise HTTPException(status_code=200) with return statements (#16) 2026-03-05 15:32:12 -06: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: replace raise HTTPException(status_code=200) with return statements (#16) 2026-03-05 15:32:12 -06:00
cardsets.py fix: replace raise HTTPException(status_code=200) with return statements (#16) 2026-03-05 15:32:12 -06:00
current.py fix: replace raise HTTPException(status_code=200) with return statements (#16) 2026-03-05 15:32:12 -06:00
decisions.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
events.py fix: replace raise HTTPException(status_code=200) with return statements (#16) 2026-03-05 15:32:12 -06:00
gamerewards.py fix: replace raise HTTPException(status_code=200) with return statements (#16) 2026-03-05 15:32:12 -06: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: replace raise HTTPException(status_code=200) with return statements (#16) 2026-03-05 15:32:12 -06:00
packs.py fix: replace raise HTTPException(status_code=200) with return statements (#16) 2026-03-05 15:32:12 -06:00
packtypes.py fix: replace raise HTTPException(status_code=200) with return statements (#16) 2026-03-05 15:32:12 -06:00
paperdex.py fix: replace raise HTTPException(status_code=200) with return statements (#16) 2026-03-05 15:32:12 -06: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: replace raise HTTPException(status_code=200) with return statements (#16) 2026-03-05 15:32:12 -06:00
players.py fix: remove plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00:00
rarity.py fix: replace raise HTTPException(status_code=200) with return statements (#16) 2026-03-05 15:32:12 -06:00
results.py fix: replace raise HTTPException(status_code=200) with return statements (#16) 2026-03-05 15:32:12 -06:00
rewards.py fix: replace raise HTTPException(status_code=200) with return statements (#16) 2026-03-05 15:32:12 -06: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 plaintext bearer token from warning logs (#7) 2026-03-05 03:43:27 +00: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: replace raise HTTPException(status_code=200) with return statements (#16) 2026-03-05 15:32:12 -06:00