fix: replace raise HTTPException(status_code=200) with return statements (#16) #47

Closed
cal wants to merge 1 commits from ai/paper-dynasty-database#16 into next-release

1 Commits

Author SHA1 Message Date
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