Skip to content

Commit 5b4bf1b

Browse files
committed
fix: 환급 쿠폰 목록 조회 API 충돌
1 parent f4bf867 commit 5b4bf1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/appcenter/marketplace/domain/payback/controller/PaybackAdminController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public ResponseEntity<CommonResponse<CouponPageRes<PaybackRes>>> getAllPaybackCo
4343
}
4444

4545
@Operation(summary = "매장별 전체 생성된 환급 쿠폰 조회", description = "특정 매장(MarketId)의 전체 쿠폰 리스트를 조회합니다.")
46-
@GetMapping("/{marketId}")
46+
@GetMapping("/market/{marketId}")
4747
public ResponseEntity<CommonResponse<CouponPageRes<PaybackRes>>> getCouponList(@PathVariable Long marketId,
4848
@RequestParam(name = "couponId", required = false) Long couponId,
4949
@RequestParam(name = "size", defaultValue = "10") Integer size

0 commit comments

Comments
 (0)