full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

Changing all status codes from raw numbers to using fastapi.status (closed #1319)

Open javadzarezadeh opened this issue 7 months ago • 1 comments

I believe that using status codes via FastAPI (Starlette, actually!) instead of using raw numbers is more readable, consistent, and makes development easier.

Re-request from PR #1319.

javadzarezadeh avatar May 12 '25 16:05 javadzarezadeh