diff --git a/services/remote.go b/services/remote.go index baad08f..07e78fe 100644 --- a/services/remote.go +++ b/services/remote.go @@ -14,6 +14,6 @@ import ( func New(ctx context.Context, storageService storage.StorageService) remote.AccountService { return &httpremote.HTTPAccountService{ SS: storageService, - UseApi: false, + UseApi: true, } }