feat: add POST /api/performance/:id/report endpoint

This commit is contained in:
2026-04-27 15:34:17 +08:00
parent b94c29da61
commit 27cd5e3321
3 changed files with 64 additions and 0 deletions
+1
View File
@@ -8,3 +8,4 @@ export { commentsRoutes } from "./comments"
export { gameStatsRoutes } from "./game-stats"
export { hardwareStatsRoutes } from "./hardware-stats"
export { savedGamesRoutes } from "./saved-games"
export { reportRoutes } from "./reports"