feat: Implement S3 presigned URL fetching for user avatars and add an image proxy utility.

This commit is contained in:
pradeepkumar
2026-01-26 22:43:41 +05:30
parent b927d89e49
commit ba29257ba5
4 changed files with 105 additions and 4 deletions

View File

@@ -53,3 +53,6 @@ export type {
CreateFieldDto,
UpdateFieldDto,
} from './profile-fields.service';
// Upload Service
export { uploadService } from './upload.service';