feat: add hardware stats API endpoints (list + detail)

This commit is contained in:
2026-04-26 11:21:41 -05:00
parent 04c0f9252b
commit 93a474ef45
3 changed files with 288 additions and 0 deletions
+1
View File
@@ -11,4 +11,5 @@ export {
} from "./presets"
export { commentsRoutes } from "./comments"
export { gameStatsRoutes } from "./game-stats"
export { hardwareStatsRoutes } from "./hardware-stats"
export { savedGamesRoutes } from "./saved-games"