feat: add performance entry submit and autocomplete API

This commit is contained in:
2026-04-26 10:11:38 -05:00
parent 877aa766e7
commit 13ef29c6c0
3 changed files with 174 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ export { userRoutes } from "./user"
export { gamesRoutes, gameVersionsRoutes } from "./games"
export { hardwareRoutes } from "./hardware"
export { performanceRoutes, performanceVerifyRoutes } from "./performance"
export { performanceSubmitRoutes } from "./performance-submit"
export {
presetsRoutes,
presetUpvoteRoutes,