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
+2 -3
View File
@@ -1,10 +1,9 @@
# chat
Chat worker served at `chat.rec.djdevin.net`.
Chat worker served on the `chat` subdomain.
- `GET /` — service status `{ "service": "chat", "status": "ok" }`.
- `GET /thread` — chat threads. No DB binding yet, so returns `[]` (matching the
C# `ChatController.Get`).
- `GET /thread` — chat threads. No DB binding yet, so returns `[]`.
## Development