feat: add GET /api/mobile/game/:gameId consolidated endpoint

This commit is contained in:
2026-05-16 15:55:22 +08:00
parent 1ad216b9ff
commit 33f5aa8ec6
3 changed files with 540 additions and 0 deletions
+1
View File
@@ -28,3 +28,4 @@ export { dashboardRoutes } from "./dashboard"
export { dashboardPublicRoutes } from "./dashboard-public"
export { cronRoutes } from "./cron"
export { profilePhotoRoutes } from "./profile-photo"
export { mobileRoutes } from "./mobile"