mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 06:31:27 -07:00
correct docs
This commit is contained in:
@@ -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) |
|
||||
|
||||
@@ -28,7 +28,7 @@ const SERVICE_SUBDOMAINS = {
|
||||
Link: 'link',
|
||||
Lists: 'lists',
|
||||
Matchmaking: 'match',
|
||||
Moderation: 'api',
|
||||
Moderation: 'moderation',
|
||||
Notifications: 'notify',
|
||||
PlatformNotifications: 'platformnotifications',
|
||||
PlayerSettings: 'playersettings',
|
||||
|
||||
Reference in New Issue
Block a user