feat: add profile photo upload/delete API routes with R2 storage

This commit is contained in:
2026-05-09 12:54:12 +08:00
parent 6009366fb4
commit 20f1d33751
4 changed files with 185 additions and 0 deletions
+1
View File
@@ -23,3 +23,4 @@ export { communitySuggestionRoutes } from "./community-suggestions"
export { savedFilterRoutes } from "./saved-filters"
export { dashboardRoutes } from "./dashboard"
export { cronRoutes } from "./cron"
export { profilePhotoRoutes } from "./profile-photo"