Extract odds and market routes from backend/web/main.py #22
Labels
No labels
architecture
cleanup
dependencies
performance
priority: high
priority: medium
reliability
security
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
solvreven/FPL#22
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Child of #7.
Move
/api/market,/api/matches, and props-related HTTP handlers intobackend/web/routes/odds.py, using the existing odds/load modules as the service boundary.Acceptance: the complete existing suite passes without re-baselining; API response shapes and behavior are unchanged;
main.pyno longer owns these handlers.