Skip to content

Commit

Permalink
deploy: 재배포
Browse files Browse the repository at this point in the history
  • Loading branch information
LEEJaeHyeok97 committed Nov 19, 2024
1 parent 5976f75 commit eae3903
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class OrderController {

private final OrderService orderService;

@Operation(summary = "장바구니 담기", description = "장바구니에 물건과 수량을 담습니다.")
@Operation(summary = "장바구니 담기", description = "장바구니에 물건과 수량을 저장합니다.")
@PostMapping("/carts")
public ResponseCustom<Message> addCart(
Authentication authentication,
Expand Down

0 comments on commit eae3903

Please sign in to comment.