diff --git a/pkg/api/router.go b/pkg/api/router.go index c0f4792..718fe67 100644 --- a/pkg/api/router.go +++ b/pkg/api/router.go @@ -67,7 +67,7 @@ func WithStorageUrl(storageUrl string) Option { } } -// WithStorageUrl sets the data gRPC client +// WithHttpClient sets the data http client func WithHttpClient(httpClient *http.Client) Option { return func(cfg *RouterConfig) { cfg.httpClient = httpClient