Fix launcher

This commit is contained in:
2025-12-21 21:08:30 -07:00
parent 3057d2ad80
commit cbe3860093

View File

@@ -132,5 +132,5 @@ export async function handler (context: Context) {
connection.end() connection.end()
return jsonResponse({ versions, gameList }) return jsonResponse({ versions, games: gameList })
} }