correct docs

This commit is contained in:
Devin Zuczek
2026-06-30 11:31:18 -04:00
parent b3129d37f9
commit 85a4e434aa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ but not yet backed by a Worker. Not all services are fully implemented.
| Link | `link` | — | Not yet implemented |
| Lists | `lists` | — | Not yet implemented |
| Matchmaking | `match` | `match` | Matchmaking & per-player presence (D1, KV) |
| Moderation | `api` | `api` | Served by the `api` worker (shares the API host) |
| Moderation | `moderation` | — | Not yet implemented |
| Notifications | `notify` | `notify` | Real-time notifications over SignalR/WebSockets (Durable Object) |
| PlatformNotifications | `platformnotifications` | — | Not yet implemented |
| PlayerSettings | `playersettings` | `playersettings` | Per-player settings (KV) |
+1 -1
View File
@@ -28,7 +28,7 @@ const SERVICE_SUBDOMAINS = {
Link: 'link',
Lists: 'lists',
Matchmaking: 'match',
Moderation: 'api',
Moderation: 'moderation',
Notifications: 'notify',
PlatformNotifications: 'platformnotifications',
PlayerSettings: 'playersettings',