add more endpoints

This commit is contained in:
Devin Zuczek
2026-06-11 02:10:01 -04:00
parent 0fea1fff14
commit 4a97e05866
37 changed files with 55656 additions and 16 deletions
+14
View File
@@ -0,0 +1,14 @@
# econ
Economy Worker served at `econ.rec.djdevin.net`. Hosts the avatar/economy
endpoints the game client calls on the `econ` service (distinct from the main
`api` worker). DB-backed data is stubbed for now — no bindings yet.
## Endpoints
- `GET /api/avatar/v1/defaultunlocked` — default-unlocked avatar items. Returns
an empty array until there's a DB binding.
## TODO before production
- Wire a DB binding for the default-unlocked item set.