Skip to content

Commit 9b78017

Browse files
committed
docs: 스웨거 설명 수정
1 parent e2ffbb5 commit 9b78017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/gdschongik/gdsc/domain/coupon/api/AdminCouponController.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public ResponseEntity<List<CouponResponse>> getCoupons() {
4545
return ResponseEntity.ok().body(response);
4646
}
4747

48-
@Operation(summary = "쿠폰 종류 조회", description = "발급 가능한 모든 쿠폰 종류를 조회합니다.")
48+
@Operation(summary = "쿠폰 종류 목록 조회", description = "발급 가능한 모든 쿠폰 종류 목록을 조회합니다.")
4949
@GetMapping("/types")
5050
public ResponseEntity<List<CouponTypeResponse>> getCouponTypes() {
5151
List<CouponTypeResponse> response = couponService.getCouponTypes();

0 commit comments

Comments
 (0)