feat: add sync API endpoints (single + bulk)

This commit is contained in:
2026-04-29 10:58:21 +08:00
parent 3388d3225a
commit 5d388f6f49
3 changed files with 126 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
export { healthRoutes } from "./health"
export { userRoutes } from "./user"
export { gamesRoutes, gameVersionsRoutes } from "./games"
export { gamesRoutes, gameVersionsRoutes, gameSyncRoutes } from "./games"
export { hardwareRoutes } from "./hardware"
export { performanceRoutes, performanceVerifyRoutes } from "./performance"
export { performanceSubmitRoutes } from "./performance-submit"