Commit Graph

3 Commits

Author SHA1 Message Date
achmad 7577ffdf02 fix: add missing chat_wheel and arcade_pity handlers
Game client saves/loads chat_wheel and arcade_pity data via GET/PUT but
backend had no routes, causing silent data loss on restart (same pattern
as the purchases bug). Added schema columns, migrations, and routes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-29 20:52:07 +07:00
achmad 26855bebf5 fix: add missing GET handler for player purchases
Game client loads purchases via GET /player/:steamId/purchases on
game start but only the POST handler existed, causing 404. Added GET
handler that returns item_ids from the purchases table.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-29 20:43:27 +07:00
achmad 78d0b17354 initial commit 2026-05-29 20:04:31 +07:00