diff --git a/http/catalog.go b/http/catalog.go index 31d62f6..dfb445a 100644 --- a/http/catalog.go +++ b/http/catalog.go @@ -22,7 +22,7 @@ type GetProductListRequest struct { } type GetProductListResponse struct { - Products []GetProductResponse `json:"-"` + Products []GetProductResponse `json:"products"` } type AddProductToBasketRequest struct {