migration to address book service

This commit is contained in:
Stephan D
2025-12-05 02:52:02 +01:00
parent 2fe5151650
commit b4c696f1ef
2 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ package recipient
import (
"github.com/tech/sendico/pkg/mservice"
"github.com/tech/sendico/server/interface/api"
recipientimp "github.com/tech/sendico/server/internal/server/paymethodsimp"
"github.com/tech/sendico/server/internal/server/recipientimp"
)
func Create(a api.API) (mservice.MicroService, error) {