Compare commits

...

1 Commits
v0.0.25 ... dev

Author SHA1 Message Date
77fd417f4e catalog update 2022-12-23 09:44:43 +01:00

View File

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