cdn openapi

This commit is contained in:
Devin Zuczek
2026-07-24 21:48:10 -04:00
parent 460839458c
commit a5136d2bfa
7 changed files with 362 additions and 20 deletions
+1
View File
@@ -25,6 +25,7 @@ export const DOCUMENTED_SERVICES: ReadonlyArray<{ slug: string; title: string }>
{ slug: 'clubs', title: 'clubs — clubs & clubhouses' },
{ slug: 'chat', title: 'chat — threads & messages' },
{ slug: 'img', title: 'img — image serving & resizing' },
{ slug: 'cdn', title: 'cdn — binary asset delivery' },
{ slug: 'storage', title: 'storage — uploads to the CDN bucket' },
{ slug: 'playersettings', title: 'playersettings — per-player settings' },
{ slug: 'api', title: 'api — everything else' },