feat: UploadService for acquiring temporary file upload urls for different objects (currently avatars and general images)

This commit is contained in:
2025-07-31 17:46:47 +03:00
parent 0a38267cb0
commit 08b3942d35
2 changed files with 117 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ import (
var Module = fx.Module("services",
fx.Provide(
NewUploadService,
NewSmtpService,
NewAuthService,
NewProfileService,