Skip to content

Commit

Permalink
fix: 찜하기 URI 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Soyeon-Cha authored Nov 22, 2023
1 parent f032410 commit 6875dc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@RestController
@RequiredArgsConstructor
@RequestMapping("/goods/{product_id}/likes")
@RequestMapping("/goods/{productId}/likes")
public class LikeController {
private final LikeService likeService;

Expand Down

0 comments on commit 6875dc9

Please sign in to comment.