fix(api): fix Response.clone body consumed error on /api/openapi

Add embedSpec: true to openapi config to prevent cached Response
body from being consumed on subsequent requests. Also add
games-performance routes export and mobile-callback route.
This commit is contained in:
2026-05-16 05:33:20 +08:00
parent c17ce403dd
commit 1ad216b9ff
4 changed files with 227 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ export { performanceSubmitRoutes } from "./performance-submit"
export { commentsRoutes } from "./comments"
export { gamesListingRoutes } from "./games-listing"
export { gameStatsRoutes } from "./game-stats"
export { gamesPerformanceRoutes } from "./games-performance"
export { hardwareStatsRoutes } from "./hardware-stats"
export { savedGamesRoutes } from "./saved-games"
export { reportRoutes } from "./reports"