feat(api): register admin storage routes and export from index

This commit is contained in:
2026-05-10 01:22:33 +08:00
parent 0772b61de8
commit 814a5c3d7c
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ export { contactRoutes } from "./contact"
export { adminReportRoutes } from "./admin-reports"
export { adminPerformanceRoutes } from "./admin-performance"
export { adminCommentRoutes } from "./admin-comments"
export { adminStorageRoutes } from "./admin-storage"
export { steamgridProxyRoutes } from "./steamgrid-proxy"
export { gamesManualRoutes } from "./games-manual"
export { compareRoutes } from "./compare"