feat: add admin sitemap regeneration endpoint and cron task

This commit is contained in:
2026-05-09 13:30:38 +08:00
parent c6a9b448d3
commit 03428bdd0b
5 changed files with 277 additions and 235 deletions
+1
View File
@@ -23,5 +23,6 @@ export { communitySuggestionRoutes } from "./community-suggestions"
export { savedFilterRoutes } from "./saved-filters"
export { dashboardRoutes } from "./dashboard"
export { dashboardPublicRoutes } from "./dashboard-public"
export { sitemapRegenerateRoutes } from "./sitemap-regenerate"
export { cronRoutes } from "./cron"
export { profilePhotoRoutes } from "./profile-photo"