Skip to content

Commit

Permalink
git action 위한 주석추가
Browse files Browse the repository at this point in the history
  • Loading branch information
CYJhub authored Mar 28, 2024
1 parent 8f9d500 commit 6f01fbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class BrandController {



//브랜드 전체 조회
//브랜드 전체 조회하기
@Operation(summary = "브랜드 전체 조회하기")
@GetMapping("")
public ResponseEntity<List<BrandResDto.BrandDto>> showAllBrand() {
Expand Down

0 comments on commit 6f01fbc

Please sign in to comment.