Skip to content

Commit

Permalink
feat: #16 모든 product get api 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
sominyun committed Mar 4, 2024
1 parent 37da8d2 commit 9cdff4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static ProductResponse fromProduct(

return ProductResponse.builder()
.productId(product.getId())
.company(product.getProduct())
.company(product.getCompany())
.brand(product.getBrand())
.brandImages(brandImages)
.product(product.getProduct())
Expand Down

0 comments on commit 9cdff4e

Please sign in to comment.