mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 22:51:30 -07:00
[openapi] define missing routes
This commit is contained in:
@@ -31,6 +31,7 @@ export const DOCUMENTED_SERVICES: ReadonlyArray<{ slug: string; title: string }>
|
||||
{ slug: 'playersettings', title: 'playersettings — per-player settings' },
|
||||
{ slug: 'roomcomments', title: 'roomcomments — notes pinned in a room' },
|
||||
{ slug: 'discovery', title: 'discovery — discovery page layouts' },
|
||||
{ slug: 'lists', title: 'lists — curated & algorithmic lists' },
|
||||
{ slug: 'leaderboard', title: 'leaderboard — room score boards' },
|
||||
{ slug: 'ai', title: 'ai — game AI access' },
|
||||
{ slug: 'api', title: 'api — everything else' },
|
||||
|
||||
Reference in New Issue
Block a user