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
+2
View File
@@ -9,6 +9,7 @@ import {
hardwareRoutes,
performanceRoutes,
performanceVerifyRoutes,
performanceSubmitRoutes,
presetsRoutes,
presetUpvoteRoutes,
presetSettingsRoutes,
@@ -64,6 +65,7 @@ export const app = new Elysia({ prefix: "/api" })
// Performance
.use(performanceRoutes)
.use(performanceVerifyRoutes)
.use(performanceSubmitRoutes)
// Presets
.use(presetsRoutes)
.use(presetUpvoteRoutes)