set UseApi and storageservice to HttpAccountService
This commit is contained in:
parent
d7c909f028
commit
18e865ba26
@ -12,5 +12,8 @@ import (
|
||||
)
|
||||
|
||||
func New(ctx context.Context, storageService storage.StorageService) remote.AccountService {
|
||||
return &httpremote.HTTPAccountService{}
|
||||
return &httpremote.HTTPAccountService{
|
||||
SS: storageService,
|
||||
UseApi: false,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user