Skip to content

Commit

Permalink
hotdeal service 버전 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
zomeong committed Feb 8, 2024
1 parent 88abbb5 commit 8b3440e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
public class HotdealController {

@Autowired
private @Qualifier("V3") HotdealService hotdealService;
private @Qualifier("V1") HotdealService hotdealService;

@PostMapping("/products/{productId}/hotdeals")
public ResponseEntity<HotdealResponseDto> createHotdeal(
Expand Down

0 comments on commit 8b3440e

Please sign in to comment.