mantimon-tcg/backend/app/api
Cal Corum 50bd3f1591 Add config API endpoint for frontend game settings
Expose game configuration (energy types, card types, rule constants) via
/api/config endpoint so frontend can dynamically load game rules without
hardcoding values.
2026-01-31 15:43:41 -06:00
..
__init__.py Implement Phase 2: Authentication system 2026-01-27 21:49:59 -06:00
auth.py Implement UserRepository pattern with dependency injection 2026-01-30 07:30:16 -06:00
collections.py Fix security and validation issues from code review 2026-01-28 14:16:07 -06:00
config.py Add config API endpoint for frontend game settings 2026-01-31 15:43:41 -06:00
decks.py Fix medium priority issues from code review 2026-01-28 14:32:08 -06:00
deps.py Implement UserRepository pattern with dependency injection 2026-01-30 07:30:16 -06:00
games.py Implement REST endpoints for game management (API-001) 2026-01-29 23:09:12 -06:00
users.py Implement ProfilePage and profanity filter for display names (F1-006) 2026-01-30 16:06:42 -06:00