diff --git a/src/main/java/com/sportsecho/product/controller/ProductController.java b/src/main/java/com/sportsecho/product/controller/ProductController.java index 69158fe7..71796b53 100644 --- a/src/main/java/com/sportsecho/product/controller/ProductController.java +++ b/src/main/java/com/sportsecho/product/controller/ProductController.java @@ -27,7 +27,7 @@ public class ProductController { private final ProductService productService; @Autowired - public ProductController(@Qualifier("V1") ProductService productService) { + public ProductController(@Qualifier("V2") ProductService productService) { this.productService = productService; }