Skip to content

Commit

Permalink
ProductController 버전 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzzseong committed Feb 2, 2024
1 parent db4e4cb commit c75d600
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class ProductController {
private final ProductService productService;

@Autowired
public ProductController(@Qualifier("V2") ProductService productService) {
public ProductController(@Qualifier("V1") ProductService productService) {
this.productService = productService;
}

Expand Down

0 comments on commit c75d600

Please sign in to comment.