almost into a room

This commit is contained in:
Devin Zuczek
2026-06-09 00:49:11 -04:00
parent 8e644a5c20
commit d2170ff7cf
74 changed files with 75761 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
# clubs
Clubs Worker served at `clubs.rec.djdevin.net`. A Hono app ported from the C#
`ClubsController`.
## Behavior
- `GET /club/home/me` — returns 404. The C# source returned `Results.NotFound()`
unconditionally; there's nothing to hydrate yet.
## TODO before production
- Implement club home once clubs have a backing store (DB binding).