testing generic deploy

This commit is contained in:
Devin Zuczek
2026-06-29 21:52:50 -04:00
parent 3affabd280
commit 69b89e2dc4
79 changed files with 399 additions and 307 deletions
+3 -4
View File
@@ -1,12 +1,11 @@
# clubs
Clubs Worker served at `clubs.rec.djdevin.net`. A Hono app ported from the C#
`ClubsController`.
Clubs Worker served on the `clubs` subdomain. A Hono app for clubs.
## Behavior
- `GET /club/home/me` — returns 404. The C# source returned `Results.NotFound()`
unconditionally; there's nothing to hydrate yet.
- `GET /club/home/me` — returns 404 unconditionally; there's nothing to hydrate
yet.
## TODO before production