Skip to content

Commit

Permalink
fix(CI/CD): ProductController V2로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzzseong committed Jan 29, 2024
1 parent 599cd25 commit 45d0476
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("V1") ProductService productService) {
public ProductController(@Qualifier("V2") ProductService productService) {
this.productService = productService;
}

Expand Down

0 comments on commit 45d0476

Please sign in to comment.