diff --git a/raisedragon-api/src/main/kotlin/com/whatever/raisedragon/controller/goalgifticon/GoalGifticonController.kt b/raisedragon-api/src/main/kotlin/com/whatever/raisedragon/controller/goalgifticon/GoalGifticonController.kt index d2b53bd..f6ab133 100644 --- a/raisedragon-api/src/main/kotlin/com/whatever/raisedragon/controller/goalgifticon/GoalGifticonController.kt +++ b/raisedragon-api/src/main/kotlin/com/whatever/raisedragon/controller/goalgifticon/GoalGifticonController.kt @@ -36,7 +36,6 @@ class GoalGifticonController( ) } - @ResponseStatus(HttpStatus.CREATED) @Operation( summary = "다짐 내 기프티콘 조회 API", description = "다짐 내 기프티콘 조회 (나의 기프티콘 이거나 승리한 경우 조회 가능)", @@ -52,7 +51,6 @@ class GoalGifticonController( ) } - @ResponseStatus(HttpStatus.CREATED) @Operation( summary = "다짐 내 기프티콘 수정 API", description = "다짐 내 기프티콘 수정",