catalog update

This commit is contained in:
Piotr Biernat 2022-12-23 09:36:40 +01:00
parent 304ffcbc3e
commit 7de07b9ef0

View File

@ -22,7 +22,7 @@ type GetProductListRequest struct {
}
type GetProductListResponse struct {
Products []GetProductResponse
Products []GetProductResponse `json:"-"`
}
type AddProductToBasketRequest struct {