feat: add games listing API endpoint with search, genre/device filter, and sort

This commit is contained in:
2026-04-28 01:45:13 +08:00
parent 35ee0fd308
commit 4f1f654024
3 changed files with 185 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ export { hardwareRoutes } from "./hardware"
export { performanceRoutes, performanceVerifyRoutes } from "./performance"
export { performanceSubmitRoutes } from "./performance-submit"
export { commentsRoutes } from "./comments"
export { gamesListingRoutes } from "./games-listing"
export { gameStatsRoutes } from "./game-stats"
export { hardwareStatsRoutes } from "./hardware-stats"
export { savedGamesRoutes } from "./saved-games"