feat: add saved games API endpoints

This commit is contained in:
2026-04-26 10:01:51 -05:00
parent 9964c99c4a
commit dd123d4afd
3 changed files with 166 additions and 0 deletions
+1
View File
@@ -10,3 +10,4 @@ export {
} from "./presets"
export { commentsRoutes } from "./comments"
export { gameStatsRoutes } from "./game-stats"
export { savedGamesRoutes } from "./saved-games"