add playersettings, img, more match endpoints

This commit is contained in:
Devin Zuczek
2026-06-12 17:15:18 -04:00
parent 4a97e05866
commit 4d1ea9fe3e
42 changed files with 21397 additions and 2538 deletions
+5 -1
View File
@@ -26,7 +26,11 @@ describe('auth worker routes', () => {
body: 'account_id=42&platform_id=steam-123',
})
expect(res.status).toBe(200)
const json = (await res.json()) as { access_token: string; token_type: string; expires_in: number }
const json = (await res.json()) as {
access_token: string
token_type: string
expires_in: number
}
expect(json.token_type).toBe('Bearer')
expect(json.expires_in).toBe(3600)
// header.payload.signature