feat: Implemented create wish method for wish list service

This commit is contained in:
2025-09-01 18:46:08 +03:00
parent 3198612e16
commit 14bad8e7ef
5 changed files with 186 additions and 2 deletions

View File

@@ -23,9 +23,10 @@ import (
var Module = fx.Module("services",
fx.Provide(
NewUploadService,
NewS3Service,
NewSmtpService,
NewAuthService,
NewProfileService,
NewWishListService,
),
)