12 lines
552 B
TypeScript
12 lines
552 B
TypeScript
export { healthRoutes } from "./health"
|
|
export { userRoutes } from "./user"
|
|
export { gamesRoutes, gameVersionsRoutes } from "./games"
|
|
export { hardwareRoutes } from "./hardware"
|
|
export { performanceRoutes, performanceVerifyRoutes } from "./performance"
|
|
export { performanceSubmitRoutes } from "./performance-submit"
|
|
export { commentsRoutes } from "./comments"
|
|
export { gameStatsRoutes } from "./game-stats"
|
|
export { hardwareStatsRoutes } from "./hardware-stats"
|
|
export { savedGamesRoutes } from "./saved-games"
|
|
export { reportRoutes } from "./reports"
|